#EABAA4

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

Shades of Wax Flower #EABAA4

Tints of Wax Flower #EABAA4

Color information

#EABAA4 (or 0xEABAA4) is unknown color: approx Wax Flower. HEX triplet: EA, BA and A4. RGB value is (234,186,164). Sum of RGB (Red+Green+Blue) = 234+186+164=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 164 (64.45% from 255 or 28.08% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABAA4 is #15455B. Grayscale: #C5C5C5. Windows color (decimal): -1394012 or 10795754. OLE color: 10795754.

HSL color Cylindrical-coordinate representation of color #EABAA4: hue angle of 18.86º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EABAA4 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234186164-
CMYK00.210.300.08
HSL18.86º62.5%78.04%-
HSV(B)18.86º29.91%91.76%-
XYZ58.1955.2942.73-
YUV197.84108.9153.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 164 (64.45% from 255) = 28.08%
R=40.07%
G=31.85%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418616400.210.300.0818.8662.578.04
HexEABAA40151E8133e4e
Octal35227224402536102376116
Binary111010101011101010100100010101111101000100111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAA4; }

 p { color: rgb(234,186,164); }

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

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

 a { background-color: rgb(234,186,164); }

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

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

 span { border-color: rgb(234,186,164); }

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