Html Css Color HEX #E9AA72 Tacao

📋 copy color: '#E9AA72'

red 233 ◦ green 170 ◦ blue 114

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

Shades of Tacao #E9AA72

Tints of Tacao #E9AA72

RGB

 RED value IS 233 (91.41% from 255) = 45.07%

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

 BLUE value IS 114 (44.92% from 255) = 22.05%

R = 45.07%
G = 32.88%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E9AA72 (or 0xE9AA72) is known color: Tacao. HEX triplet: E9, AA and 72. RGB value is (233,170,114). Sum of RGB (Red+Green+Blue) = 233+170+114=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AA72 is #16558D. Grayscale: #B6B6B6. Windows color (decimal): -1463694 or 7514857. OLE color: 7514857.

HSL color Cylindrical-coordinate representation of color #E9AA72: hue angle of 28.24º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E9AA72 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 170 114 -
CMYK 0 0.27 0.51 0.09
HSL 28.24º 0.73% 0.68% -
HSV(B) 28.24º 0.51% 0.91% -
XYZ 51.02 47.29 22.36 -
YUV 182.45 89.37 164.05 -
System Red Green Blue C M Y K H S L
Decimal 233 170 114 0 0.27 0.51 0.09 28.24 0.73 0.68
Hex E9 AA 72 0 1B 33 9 1C 49 44
Octal 351 252 162 0 33 63 11 34 111 104
Binary 11101001 10101010 1110010 0 11011 110011 1001 11100 1001001 1000100

Color Harmonies of #E9AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AA72

Black with #E9AA72

Text Example


Text Example

White with #E9AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AA72; }

 p { color: rgb(233,170,114); }

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

background-color css

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

 a { background-color: rgb(233,170,114); }

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

border-color css

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

 span { border-color: rgb(233,170,114); }

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