#EAAF97

Color #EAAF97 Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #EAAF97

Tints of Wax Flower #EAAF97

Color information

#EAAF97 (or 0xEAAF97) is unknown color: approx Wax Flower. HEX triplet: EA, AF and 97. RGB value is (234,175,151). Sum of RGB (Red+Green+Blue) = 234+175+151=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAF97 is #155068. Grayscale: #BEBEBE. Windows color (decimal): -1396841 or 9940970. OLE color: 9940970.

HSL color Cylindrical-coordinate representation of color #EAAF97: hue angle of 17.35º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAAF97 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234175151-
CMYK00.250.350.08
HSL17.35º66.4%75.49%-
HSV(B)17.35º35.47%91.76%-
XYZ54.8550.3936.11-
YUV189.9106.05159.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 151 (59.38% from 255) = 26.96%
R=41.79%
G=31.25%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417515100.250.350.0817.3566.475.49
HexEAAF9701923811424b
Octal352257227031431021102113
Binary11101010101011111001011101100110001110001000110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAF97; }

 p { color: rgb(234,175,151); }

 H1.HeaderClassName
 {
   color: #EAAF97;
 }
 .AnyTagClassName
 {
   color: #EAAF97;
 }
</style>
background-color css

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

 a { background-color: rgb(234,175,151); }

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

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

 span { border-color: rgb(234,175,151); }

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