#EABCA2

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

Shades of Wax Flower #EABCA2

Tints of Wax Flower #EABCA2

Color information

#EABCA2 (or 0xEABCA2) is unknown color: approx Wax Flower. HEX triplet: EA, BC and A2. RGB value is (234,188,162). Sum of RGB (Red+Green+Blue) = 234+188+162=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABCA2 is #15435D. Grayscale: #C6C6C6. Windows color (decimal): -1393502 or 10665194. OLE color: 10665194.

HSL color Cylindrical-coordinate representation of color #EABCA2: hue angle of 21.67º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EABCA2 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB234188162-
CMYK00.200.310.08
HSL21.67º63.16%77.65%-
HSV(B)21.67º30.77%91.76%-
XYZ58.4456.0741.92-
YUV198.79107.24153.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 162 (63.67% from 255) = 27.74%
R=40.07%
G=32.19%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418816200.200.310.0821.6763.1677.65
HexEABCA20141F8163f4e
Octal35227424202437102677116
Binary111010101011110010100010010100111111000101101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCA2; }

 p { color: rgb(234,188,162); }

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

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

 a { background-color: rgb(234,188,162); }

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

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

 span { border-color: rgb(234,188,162); }

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