Html Css Color HEX #EDAA6E Tacao

📋 copy color: '#EDAA6E'

red 237 ◦ green 170 ◦ blue 110

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

Shades of Tacao #EDAA6E

Tints of Tacao #EDAA6E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.88%

 BLUE value IS 110 (43.36% from 255) = 21.28%

R = 45.84%
G = 32.88%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDAA6E (or 0xEDAA6E) is known color: Tacao. HEX triplet: ED, AA and 6E. RGB value is (237,170,110). Sum of RGB (Red+Green+Blue) = 237+170+110=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA6E is #125591. Grayscale: #B7B7B7. Windows color (decimal): -1201554 or 7252717. OLE color: 7252717.

HSL color Cylindrical-coordinate representation of color #EDAA6E: hue angle of 28.35º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDAA6E is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 170 110 -
CMYK 0 0.28 0.54 0.07
HSL 28.35º 0.78% 0.68% -
HSV(B) 28.35º 0.54% 0.93% -
XYZ 52.11 47.88 21.25 -
YUV 183.19 86.7 166.38 -
System Red Green Blue C M Y K H S L
Decimal 237 170 110 0 0.28 0.54 0.07 28.35 0.78 0.68
Hex ED AA 6E 0 1C 36 7 1C 4E 44
Octal 355 252 156 0 34 66 7 34 116 104
Binary 11101101 10101010 1101110 0 11100 110110 111 11100 1001110 1000100

Color Harmonies of #EDAA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA6E

Black with #EDAA6E

Text Example


Text Example

White with #EDAA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA6E; }

 p { color: rgb(237,170,110); }

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

background-color css

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

 a { background-color: rgb(237,170,110); }

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

border-color css

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

 span { border-color: rgb(237,170,110); }

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