Html Css Color HEX #EDB376 Tacao

📋 copy color: '#EDB376'

red 237 ◦ green 179 ◦ blue 118

#EDB376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacao #EDB376

Tints of Tacao #EDB376

RGB

 RED value IS 237 (92.97% from 255) = 44.38%

 GREEN value IS 179 (70.31% from 255) = 33.52%

 BLUE value IS 118 (46.48% from 255) = 22.1%

R = 44.38%
G = 33.52%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDB376 (or 0xEDB376) is known color: Tacao. HEX triplet: ED, B3 and 76. RGB value is (237,179,118). Sum of RGB (Red+Green+Blue) = 237+179+118=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB376 is #124C89. Grayscale: #BDBDBD. Windows color (decimal): -1199242 or 7779309. OLE color: 7779309.

HSL color Cylindrical-coordinate representation of color #EDB376: hue angle of 30.76º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDB376 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 179 118 -
CMYK 0 0.24 0.50 0.07
HSL 30.76º 0.77% 0.7% -
HSV(B) 30.76º 0.5% 0.93% -
XYZ 54.32 51.55 24.23 -
YUV 189.39 87.72 161.96 -
System Red Green Blue C M Y K H S L
Decimal 237 179 118 0 0.24 0.50 0.07 30.76 0.77 0.7
Hex ED B3 76 0 18 32 7 1F 4D 46
Octal 355 263 166 0 30 62 7 37 115 106
Binary 11101101 10110011 1110110 0 11000 110010 111 11111 1001101 1000110

Color Harmonies of #EDB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB376

Black with #EDB376

Text Example


Text Example

White with #EDB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB376; }

 p { color: rgb(237,179,118); }

 H1.HeaderClassName
 {
   color: #EDB376;
 }
 .AnyTagClassName
 {
   color: #EDB376;
 }
</style>

background-color css

<style>
 a { background-color: #EDB376; }

 a { background-color: rgb(237,179,118); }

 div.DivClassName
 {
   background-color: #EDB376;
 }
 .BgClassName
 {
   background-color: #EDB376;
 }
</style>

border-color css

<style>
 span { border-color: #EDB376; }

 span { border-color: rgb(237,179,118); }

 td.TdClassName
 {
   border-color: #EDB376;
 }
 .TagClassName
 {
   border-color: #EDB376;
 }
</style>