Html Css Color HEX #EAB1A0 Wax Flower

📋 copy color: '#EAB1A0'

red 234 ◦ green 177 ◦ blue 160

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

Shades of Wax Flower #EAB1A0

Tints of Wax Flower #EAB1A0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31%

 BLUE value IS 160 (62.89% from 255) = 28.02%

R = 40.98%
G = 31%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAB1A0 (or 0xEAB1A0) is known color: Wax Flower. HEX triplet: EA, B1 and A0. RGB value is (234,177,160). Sum of RGB (Red+Green+Blue) = 234+177+160=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB1A0 is #154E5F. Grayscale: #C0C0C0. Windows color (decimal): -1396320 or 10531306. OLE color: 10531306.

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

Color convert

RGB 234 177 160 -
CMYK 0 0.24 0.32 0.08
HSL 13.78º 0.64% 0.77% -
HSV(B) 13.78º 0.32% 0.92% -
XYZ 56 51.47 40.24 -
YUV 192.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 234 177 160 0 0.24 0.32 0.08 13.78 0.64 0.77
Hex EA B1 A0 0 18 20 8 E 40 4D
Octal 352 261 240 0 30 40 10 16 100 115
Binary 11101010 10110001 10100000 0 11000 100000 1000 1110 1000000 1001101

Color Harmonies of #EAB1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB1A0

Black with #EAB1A0

Text Example


Text Example

White with #EAB1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB1A0; }

 p { color: rgb(234,177,160); }

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

background-color css

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

 a { background-color: rgb(234,177,160); }

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

border-color css

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

 span { border-color: rgb(234,177,160); }

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