Html Css Color HEX #EABAA0 Wax Flower

📋 copy color: '#EABAA0'

red 234 ◦ green 186 ◦ blue 160

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

Shades of Wax Flower #EABAA0

Tints of Wax Flower #EABAA0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.07%

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

R = 40.34%
G = 32.07%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EABAA0 (or 0xEABAA0) is known color: Wax Flower. HEX triplet: EA, BA and A0. RGB value is (234,186,160). Sum of RGB (Red+Green+Blue) = 234+186+160=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABAA0 is #15455F. Grayscale: #C5C5C5. Windows color (decimal): -1394016 or 10533610. OLE color: 10533610.

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

Color convert

RGB 234 186 160 -
CMYK 0 0.21 0.32 0.08
HSL 21.08º 0.64% 0.77% -
HSV(B) 21.08º 0.32% 0.92% -
XYZ 57.84 55.15 40.85 -
YUV 197.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 234 186 160 0 0.21 0.32 0.08 21.08 0.64 0.77
Hex EA BA A0 0 15 20 8 15 40 4D
Octal 352 272 240 0 25 40 10 25 100 115
Binary 11101010 10111010 10100000 0 10101 100000 1000 10101 1000000 1001101

Color Harmonies of #EABAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABAA0

Black with #EABAA0

Text Example


Text Example

White with #EABAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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