Html Css Color HEX #EABB9F Wax Flower

📋 copy color: '#EABB9F'

red 234 ◦ green 187 ◦ blue 159

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

Shades of Wax Flower #EABB9F

Tints of Wax Flower #EABB9F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.24%

 BLUE value IS 159 (62.5% from 255) = 27.41%

R = 40.34%
G = 32.24%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EABB9F (or 0xEABB9F) is known color: Wax Flower. HEX triplet: EA, BB and 9F. RGB value is (234,187,159). Sum of RGB (Red+Green+Blue) = 234+187+159=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB9F is #154460. Grayscale: #C6C6C6. Windows color (decimal): -1393761 or 10468330. OLE color: 10468330.

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

Color convert

RGB 234 187 159 -
CMYK 0 0.20 0.32 0.08
HSL 22.4º 0.64% 0.77% -
HSV(B) 22.4º 0.32% 0.92% -
XYZ 57.96 55.54 40.47 -
YUV 197.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 234 187 159 0 0.20 0.32 0.08 22.4 0.64 0.77
Hex EA BB 9F 0 14 20 8 16 40 4D
Octal 352 273 237 0 24 40 10 26 100 115
Binary 11101010 10111011 10011111 0 10100 100000 1000 10110 1000000 1001101

Color Harmonies of #EABB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB9F

Black with #EABB9F

Text Example


Text Example

White with #EABB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB9F; }

 p { color: rgb(234,187,159); }

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

background-color css

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

 a { background-color: rgb(234,187,159); }

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

border-color css

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

 span { border-color: rgb(234,187,159); }

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