Html Css Color HEX #EDAA70 Tacao

📋 copy color: '#EDAA70'

red 237 ◦ green 170 ◦ blue 112

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

Shades of Tacao #EDAA70

Tints of Tacao #EDAA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.58%

R = 45.66%
G = 32.76%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDAA70 (or 0xEDAA70) is known color: Tacao. HEX triplet: ED, AA and 70. RGB value is (237,170,112). Sum of RGB (Red+Green+Blue) = 237+170+112=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA70 is #12558F. Grayscale: #B7B7B7. Windows color (decimal): -1201552 or 7383789. OLE color: 7383789.

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

Color convert

RGB 237 170 112 -
CMYK 0 0.28 0.53 0.07
HSL 27.84º 0.78% 0.68% -
HSV(B) 27.84º 0.53% 0.93% -
XYZ 52.22 47.92 21.83 -
YUV 183.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 237 170 112 0 0.28 0.53 0.07 27.84 0.78 0.68
Hex ED AA 70 0 1C 35 7 1C 4E 44
Octal 355 252 160 0 34 65 7 34 116 104
Binary 11101101 10101010 1110000 0 11100 110101 111 11100 1001110 1000100

Color Harmonies of #EDAA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA70

Black with #EDAA70

Text Example


Text Example

White with #EDAA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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