Html Css Color HEX #EDA677 Tacao

📋 copy color: '#EDA677'

red 237 ◦ green 166 ◦ blue 119

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

Shades of Tacao #EDA677

Tints of Tacao #EDA677

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.8%

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

R = 45.4%
G = 31.8%
B = 22.8%

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

#EDA677 (or 0xEDA677) is known color: Tacao. HEX triplet: ED, A6 and 77. RGB value is (237,166,119). Sum of RGB (Red+Green+Blue) = 237+166+119=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA677 is #125988. Grayscale: #B6B6B6. Windows color (decimal): -1202569 or 7841517. OLE color: 7841517.

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

Color convert

RGB 237 166 119 -
CMYK 0 0.30 0.50 0.07
HSL 23.9º 0.77% 0.7% -
HSV(B) 23.9º 0.5% 0.93% -
XYZ 51.89 46.61 23.71 -
YUV 181.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 237 166 119 0 0.30 0.50 0.07 23.9 0.77 0.7
Hex ED A6 77 0 1E 32 7 18 4D 46
Octal 355 246 167 0 36 62 7 30 115 106
Binary 11101101 10100110 1110111 0 11110 110010 111 11000 1001101 1000110

Color Harmonies of #EDA677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA677

Black with #EDA677

Text Example


Text Example

White with #EDA677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA677; }

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

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

background-color css

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

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

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

border-color css

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

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

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