Html Css Color HEX #EDA877 Tacao

📋 copy color: '#EDA877'

red 237 ◦ green 168 ◦ blue 119

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

Shades of Tacao #EDA877

Tints of Tacao #EDA877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.71%

R = 45.23%
G = 32.06%
B = 22.71%

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

#EDA877 (or 0xEDA877) is known color: Tacao. HEX triplet: ED, A8 and 77. RGB value is (237,168,119). Sum of RGB (Red+Green+Blue) = 237+168+119=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 119 (46.88% from 255 or 22.71% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA877 is #125788. Grayscale: #B7B7B7. Windows color (decimal): -1202057 or 7842029. OLE color: 7842029.

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

Color convert

RGB 237 168 119 -
CMYK 0 0.29 0.50 0.07
HSL 24.92º 0.77% 0.7% -
HSV(B) 24.92º 0.5% 0.93% -
XYZ 52.26 47.34 23.84 -
YUV 183.05 91.86 166.48 -
System Red Green Blue C M Y K H S L
Decimal 237 168 119 0 0.29 0.50 0.07 24.92 0.77 0.7
Hex ED A8 77 0 1D 32 7 19 4D 46
Octal 355 250 167 0 35 62 7 31 115 106
Binary 11101101 10101000 1110111 0 11101 110010 111 11001 1001101 1000110

Color Harmonies of #EDA877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA877

Black with #EDA877

Text Example


Text Example

White with #EDA877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA877; }

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

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

background-color css

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

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

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

border-color css

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

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

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