Html Css Color HEX #EAB9A1 Wax Flower

📋 copy color: '#EAB9A1'

red 234 ◦ green 185 ◦ blue 161

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

Shades of Wax Flower #EAB9A1

Tints of Wax Flower #EAB9A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.76%

R = 40.34%
G = 31.9%
B = 27.76%

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

#EAB9A1 (or 0xEAB9A1) is known color: Wax Flower. HEX triplet: EA, B9 and A1. RGB value is (234,185,161). Sum of RGB (Red+Green+Blue) = 234+185+161=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB9A1 is #15465E. Grayscale: #C5C5C5. Windows color (decimal): -1394271 or 10598890. OLE color: 10598890.

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

Color convert

RGB 234 185 161 -
CMYK 0 0.21 0.31 0.08
HSL 19.73º 0.63% 0.77% -
HSV(B) 19.73º 0.31% 0.92% -
XYZ 57.71 54.76 41.25 -
YUV 196.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 234 185 161 0 0.21 0.31 0.08 19.73 0.63 0.77
Hex EA B9 A1 0 15 1F 8 14 3F 4D
Octal 352 271 241 0 25 37 10 24 77 115
Binary 11101010 10111001 10100001 0 10101 11111 1000 10100 111111 1001101

Color Harmonies of #EAB9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB9A1

Black with #EAB9A1

Text Example


Text Example

White with #EAB9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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