#EAB2A1

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

Shades of Wax Flower #EAB2A1

Tints of Wax Flower #EAB2A1

Color information

#EAB2A1 (or 0xEAB2A1) is unknown color: approx Wax Flower. HEX triplet: EA, B2 and A1. RGB value is (234,178,161). Sum of RGB (Red+Green+Blue) = 234+178+161=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB2A1 is #154D5E. Grayscale: #C0C0C0. Windows color (decimal): -1396063 or 10597098. OLE color: 10597098.

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

Color convert

RGB234178161-
CMYK00.240.310.08
HSL13.97º63.48%77.45%-
HSV(B)13.97º31.2%91.76%-
XYZ56.2951.9140.77-
YUV192.81110.05157.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 161 (63.28% from 255) = 28.10%
R=40.84%
G=31.06%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417816100.240.310.0813.9763.4877.45
HexEAB2A10181F8e3f4d
Octal35226224103037101677115
Binary11101010101100101010000101100011111100011101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2A1; }

 p { color: rgb(234,178,161); }

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

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

 a { background-color: rgb(234,178,161); }

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

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

 span { border-color: rgb(234,178,161); }

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