Html Css Color HEX #EABAA5 Wax Flower

📋 copy color: '#EABAA5'

red 234 ◦ green 186 ◦ blue 165

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

Shades of Wax Flower #EABAA5

Tints of Wax Flower #EABAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.21%

R = 40%
G = 31.79%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EABAA5 (or 0xEABAA5) is known color: Wax Flower. HEX triplet: EA, BA and A5. RGB value is (234,186,165). Sum of RGB (Red+Green+Blue) = 234+186+165=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABAA5 is #15455A. Grayscale: #C6C6C6. Windows color (decimal): -1394011 or 10861290. OLE color: 10861290.

HSL color Cylindrical-coordinate representation of color #EABAA5: hue angle of 18.26º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EABAA5 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 186 165 -
CMYK 0 0.21 0.29 0.08
HSL 18.26º 0.62% 0.78% -
HSV(B) 18.26º 0.29% 0.92% -
XYZ 58.28 55.33 43.2 -
YUV 197.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 234 186 165 0 0.21 0.29 0.08 18.26 0.62 0.78
Hex EA BA A5 0 15 1D 8 12 3E 4E
Octal 352 272 245 0 25 35 10 22 76 116
Binary 11101010 10111010 10100101 0 10101 11101 1000 10010 111110 1001110

Color Harmonies of #EABAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABAA5

Black with #EABAA5

Text Example


Text Example

White with #EABAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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