Html Css Color HEX #EDA872 Tacao

📋 copy color: '#EDA872'

red 237 ◦ green 168 ◦ blue 114

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

Shades of Tacao #EDA872

Tints of Tacao #EDA872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.97%

R = 45.66%
G = 32.37%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDA872 (or 0xEDA872) is known color: Tacao. HEX triplet: ED, A8 and 72. RGB value is (237,168,114). Sum of RGB (Red+Green+Blue) = 237+168+114=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA872 is #12578D. Grayscale: #B6B6B6. Windows color (decimal): -1202062 or 7514349. OLE color: 7514349.

HSL color Cylindrical-coordinate representation of color #EDA872: hue angle of 26.34º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDA872 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 168 114 -
CMYK 0 0.29 0.52 0.07
HSL 26.34º 0.77% 0.69% -
HSV(B) 26.34º 0.52% 0.93% -
XYZ 51.96 47.22 22.3 -
YUV 182.48 89.36 166.89 -
System Red Green Blue C M Y K H S L
Decimal 237 168 114 0 0.29 0.52 0.07 26.34 0.77 0.69
Hex ED A8 72 0 1D 34 7 1A 4D 45
Octal 355 250 162 0 35 64 7 32 115 105
Binary 11101101 10101000 1110010 0 11101 110100 111 11010 1001101 1000101

Color Harmonies of #EDA872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA872

Black with #EDA872

Text Example


Text Example

White with #EDA872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA872; }

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

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

background-color css

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

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

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

border-color css

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

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

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