#EAB09C

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

Shades of Wax Flower #EAB09C

Tints of Wax Flower #EAB09C

Color information

#EAB09C (or 0xEAB09C) is unknown color: approx Wax Flower. HEX triplet: EA, B0 and 9C. RGB value is (234,176,156). Sum of RGB (Red+Green+Blue) = 234+176+156=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB09C is #154F63. Grayscale: #BFBFBF. Windows color (decimal): -1396580 or 10268906. OLE color: 10268906.

HSL color Cylindrical-coordinate representation of color #EAB09C: hue angle of 15.38º 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 #EAB09C is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234176156-
CMYK00.250.330.08
HSL15.38º65%76.47%-
HSV(B)15.38º33.33%91.76%-
XYZ55.4650.9438.36-
YUV191.06108.22158.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.34%
GREEN value IS 176 (69.14% from 255) = 31.10%
BLUE value IS 156 (61.33% from 255) = 27.56%
R=41.34%
G=31.10%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417615600.250.330.0815.386576.47
HexEAB09C019218f414c
Octal352260234031411017101114
Binary1110101010110000100111000110011000011000111110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB09C; }

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

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

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

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

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

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

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

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