#EAB99C

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

Shades of Wax Flower #EAB99C

Tints of Wax Flower #EAB99C

Color information

#EAB99C (or 0xEAB99C) is unknown color: approx Wax Flower. HEX triplet: EA, B9 and 9C. RGB value is (234,185,156). Sum of RGB (Red+Green+Blue) = 234+185+156=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB99C is #154663. Grayscale: #C4C4C4. Windows color (decimal): -1394276 or 10271210. OLE color: 10271210.

HSL color Cylindrical-coordinate representation of color #EAB99C: hue angle of 22.31º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAB99C is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234185156-
CMYK00.210.330.08
HSL22.31º65%76.47%-
HSV(B)22.31º33.33%91.76%-
XYZ57.2854.5938.97-
YUV196.34105.23154.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 156 (61.33% from 255) = 27.13%
R=40.70%
G=32.17%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418515600.210.330.0822.316576.47
HexEAB99C01521816414c
Octal352271234025411026101114
Binary11101010101110011001110001010110000110001011010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB99C; }

 p { color: rgb(234,185,156); }

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

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

 a { background-color: rgb(234,185,156); }

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

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

 span { border-color: rgb(234,185,156); }

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