Html Css Color HEX #EAB5A1 Wax Flower

📋 copy color: '#EAB5A1'

red 234 ◦ green 181 ◦ blue 161

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

Shades of Wax Flower #EAB5A1

Tints of Wax Flower #EAB5A1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.42%

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

R = 40.63%
G = 31.42%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EAB5A1 (or 0xEAB5A1) is known color: Wax Flower. HEX triplet: EA, B5 and A1. RGB value is (234,181,161). Sum of RGB (Red+Green+Blue) = 234+181+161=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB5A1 is #154A5E. Grayscale: #C2C2C2. Windows color (decimal): -1395295 or 10597866. OLE color: 10597866.

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

Color convert

RGB 234 181 161 -
CMYK 0 0.23 0.31 0.08
HSL 16.44º 0.63% 0.77% -
HSV(B) 16.44º 0.31% 0.92% -
XYZ 56.89 53.11 40.97 -
YUV 194.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 234 181 161 0 0.23 0.31 0.08 16.44 0.63 0.77
Hex EA B5 A1 0 17 1F 8 10 3F 4D
Octal 352 265 241 0 27 37 10 20 77 115
Binary 11101010 10110101 10100001 0 10111 11111 1000 10000 111111 1001101

Color Harmonies of #EAB5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB5A1

Black with #EAB5A1

Text Example


Text Example

White with #EAB5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB5A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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