Html Css Color HEX #EDA576 Tacao

📋 copy color: '#EDA576'

red 237 ◦ green 165 ◦ blue 118

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

Shades of Tacao #EDA576

Tints of Tacao #EDA576

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.73%

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

R = 45.58%
G = 31.73%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDA576 (or 0xEDA576) is known color: Tacao. HEX triplet: ED, A5 and 76. RGB value is (237,165,118). Sum of RGB (Red+Green+Blue) = 237+165+118=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA576 is #125A89. Grayscale: #B5B5B5. Windows color (decimal): -1202826 or 7775725. OLE color: 7775725.

HSL color Cylindrical-coordinate representation of color #EDA576: hue angle of 23.7º 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 #EDA576 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 165 118 -
CMYK 0 0.30 0.50 0.07
HSL 23.7º 0.77% 0.7% -
HSV(B) 23.7º 0.5% 0.93% -
XYZ 51.65 46.22 23.34 -
YUV 181.17 92.35 167.82 -
System Red Green Blue C M Y K H S L
Decimal 237 165 118 0 0.30 0.50 0.07 23.7 0.77 0.7
Hex ED A5 76 0 1E 32 7 18 4D 46
Octal 355 245 166 0 36 62 7 30 115 106
Binary 11101101 10100101 1110110 0 11110 110010 111 11000 1001101 1000110

Color Harmonies of #EDA576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA576

Black with #EDA576

Text Example


Text Example

White with #EDA576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA576; }

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

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

background-color css

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

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

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

border-color css

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

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

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