COLOR #EDB766

HEX: #EDB766
RGB: (237,183,102)

Renk bilgisi

#EDB766 contains mainly red and green colors. #EDB766 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#EDB766 color RGB value is (237,183,102).

  • kırmız ton 237;
  • yeşil ton 183;
  • mavi ton 102.
RGB:
(237,183,102)
(93%,72%,40%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 183 of 255 = 72%
B 102 of 255 = 40%

237
183
102

R + G + B ~ 68%. #EDB766 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 183 + 102 = 522 (100%)
R 237 of 522 ~ 45.4%
G 183 of 522 ~ 35.06%
B 102 of 522 ~ 19.54%

%45.4
%35.06
%19.54

CMYK RENK MODELİ

#EDB766 rengi CMYK tonu (0,23,57,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.78%
  • sarı tonu 56.96%
  • ana renk tonu 7.06%
CMYK:
(0,23,57,7)
C0M23Y57K7 
(0%,23%,57%,7%)
(0.00/0.23/0.57/0.07)	

CMYK yüzdeleri

%0
%22.78
%56.96
%7.06

Codes

Color #EDB766 in popluar color models

EDB766
RGB237183102
HSL36°78.95%66.47%
HSB/HSV36°56.96%92.94%
CMYK0.00%22.78%56.96%
7.06%

Color #EDB766 in popluar number systems.

HEXEDB766
Decimal237183102
Binary11101101101101111100110
Octal355267146

Shades and tints

Shades of #EDB766

#EDB766
(237,183,102)
#D8A75D
(216,167,93)
#C39754
(195,151,84)
#AE874B
(174,135,75)
#997742
(153,119,66)
#846739
(132,103,57)
#6F5730
(111,87,48)
#5A4727
(90,71,39)
#45371E
(69,55,30)
#302715
(48,39,21)
#1B170C
(27,23,12)
#000000
(0,0,0)

Tints of #EDB766

#EDB766
(237,183,102)
#EEBD73
(238,189,115)
#EFC380
(239,195,128)
#F0C98D
(240,201,141)
#F1CF9A
(241,207,154)
#F2D5A7
(242,213,167)
#F3DBB4
(243,219,180)
#F4E1C1
(244,225,193)
#F5E7CE
(245,231,206)
#F6EDDB
(246,237,219)
#F7F3E8
(247,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB766 color. Also use rgb(237,183,102) instead hex code.

Text Font Color

.myTextColor { color: #EDB766; }

<p style="color:#EDB766">This sample text font color is #EDB766.</p>

This text font color is #EDB766.


Background Color

.myBgColor { background-color: #EDB766; }

<div style="background-color:#EDB766">Inner text</div>

This div background color is #EDB766.


Border color

.myBorderColor { border: 1px solid #EDB766; }

<div style="border:3px solid #EDB766">Div</div>

This div border color is #EDB766.


Opacity

.myOpacity80 { color: #EDB766; opacity: 0.8; }

<p style="color:#EDB766;opacity:0.8;">80%</p>

Text with #EDB766 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EDB766;}

<p style="text-shadow: 3px 3px 1px #EDB766">Text here.</p>

This text has shadow with #EDB766 color.

.textShadow {text-shadow: 3px 3px 1px #EDB766, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EDB766, 5px 5px 20px red">Text here.</p>

This text has shadow with #EDB766 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB766, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EDB766, Direction=45, Strength=4)">Text</p>

This text has shadow with #EDB766 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EDB766;
  -webkit-box-shadow:	1px 1px 3px 2px #EDB766;
  box-shadow:		1px 1px 3px 2px #EDB766;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB766;
-webkit-box-shadow: 1px 1px 3px 2px #EDB766;
box-shadow:1px 1px 3px 2px #EDB766;">
Div content here</div>
This div box has shadow with color #EDB766.

Preview

Color preview on black background

This text has color #EDB766 on black background.


Color preview on white background

This text has color #EDB766 on white background.



Black color preview on #EDB766 background

This text has black color on #EDB766 background.


White color preview on #EDB766 background

This text has white color on #EDB766 background.