Html Css Color HEX #EAB9A2 Wax Flower

📋 copy color: '#EAB9A2'

red 234 ◦ green 185 ◦ blue 162

#EAB9A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wax Flower #EAB9A2

Tints of Wax Flower #EAB9A2

RGB

 RED value IS 234 (91.8% from 255) = 40.28%

 GREEN value IS 185 (72.66% from 255) = 31.84%

 BLUE value IS 162 (63.67% from 255) = 27.88%

R = 40.28%
G = 31.84%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EAB9A2 (or 0xEAB9A2) is known color: Wax Flower. HEX triplet: EA, B9 and A2. RGB value is (234,185,162). Sum of RGB (Red+Green+Blue) = 234+185+162=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 162 (63.67% from 255 or 27.88% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB9A2 is #15465D. Grayscale: #C5C5C5. Windows color (decimal): -1394270 or 10664426. OLE color: 10664426.

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

Color convert

RGB 234 185 162 -
CMYK 0 0.21 0.31 0.08
HSL 19.17º 0.63% 0.78% -
HSV(B) 19.17º 0.31% 0.92% -
XYZ 57.8 54.8 41.71 -
YUV 197.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 234 185 162 0 0.21 0.31 0.08 19.17 0.63 0.78
Hex EA B9 A2 0 15 1F 8 13 3F 4E
Octal 352 271 242 0 25 37 10 23 77 116
Binary 11101010 10111001 10100010 0 10101 11111 1000 10011 111111 1001110

Color Harmonies of #EAB9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB9A2

Black with #EAB9A2

Text Example


Text Example

White with #EAB9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB9A2; }

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

 H1.HeaderClassName
 {
   color: #EAB9A2;
 }
 .AnyTagClassName
 {
   color: #EAB9A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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