Html Css Color HEX #EDA876 Tacao

📋 copy color: '#EDA876'

red 237 ◦ green 168 ◦ blue 118

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

Shades of Tacao #EDA876

Tints of Tacao #EDA876

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.12%

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

R = 45.32%
G = 32.12%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDA876 (or 0xEDA876) is known color: Tacao. HEX triplet: ED, A8 and 76. RGB value is (237,168,118). Sum of RGB (Red+Green+Blue) = 237+168+118=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA876 is #125789. Grayscale: #B7B7B7. Windows color (decimal): -1202058 or 7776493. OLE color: 7776493.

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

Color convert

RGB 237 168 118 -
CMYK 0 0.29 0.50 0.07
HSL 25.21º 0.77% 0.7% -
HSV(B) 25.21º 0.5% 0.93% -
XYZ 52.2 47.32 23.52 -
YUV 182.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 237 168 118 0 0.29 0.50 0.07 25.21 0.77 0.7
Hex ED A8 76 0 1D 32 7 19 4D 46
Octal 355 250 166 0 35 62 7 31 115 106
Binary 11101101 10101000 1110110 0 11101 110010 111 11001 1001101 1000110

Color Harmonies of #EDA876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA876

Black with #EDA876

Text Example


Text Example

White with #EDA876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA876; }

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

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

background-color css

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

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

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

border-color css

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

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

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