Html Css Color HEX #EDAA6D Tacao

📋 copy color: '#EDAA6D'

red 237 ◦ green 170 ◦ blue 109

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

Shades of Tacao #EDAA6D

Tints of Tacao #EDAA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.12%

R = 45.93%
G = 32.95%
B = 21.12%

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

#EDAA6D (or 0xEDAA6D) is known color: Tacao. HEX triplet: ED, AA and 6D. RGB value is (237,170,109). Sum of RGB (Red+Green+Blue) = 237+170+109=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA6D is #125592. Grayscale: #B7B7B7. Windows color (decimal): -1201555 or 7187181. OLE color: 7187181.

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

Color convert

RGB 237 170 109 -
CMYK 0 0.28 0.54 0.07
HSL 28.59º 0.78% 0.68% -
HSV(B) 28.59º 0.54% 0.93% -
XYZ 52.06 47.86 20.96 -
YUV 183.08 86.2 166.46 -
System Red Green Blue C M Y K H S L
Decimal 237 170 109 0 0.28 0.54 0.07 28.59 0.78 0.68
Hex ED AA 6D 0 1C 36 7 1D 4E 44
Octal 355 252 155 0 34 66 7 35 116 104
Binary 11101101 10101010 1101101 0 11100 110110 111 11101 1001110 1000100

Color Harmonies of #EDAA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA6D

Black with #EDAA6D

Text Example


Text Example

White with #EDAA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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