Html Css Color HEX #EAB99F Wax Flower

📋 copy color: '#EAB99F'

red 234 ◦ green 185 ◦ blue 159

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

Shades of Wax Flower #EAB99F

Tints of Wax Flower #EAB99F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.01%

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

R = 40.48%
G = 32.01%
B = 27.51%

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

#EAB99F (or 0xEAB99F) is known color: Wax Flower. HEX triplet: EA, B9 and 9F. RGB value is (234,185,159). Sum of RGB (Red+Green+Blue) = 234+185+159=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB99F is #154660. Grayscale: #C4C4C4. Windows color (decimal): -1394273 or 10467818. OLE color: 10467818.

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

Color convert

RGB 234 185 159 -
CMYK 0 0.21 0.32 0.08
HSL 20.8º 0.64% 0.77% -
HSV(B) 20.8º 0.32% 0.92% -
XYZ 57.54 54.69 40.33 -
YUV 196.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 234 185 159 0 0.21 0.32 0.08 20.8 0.64 0.77
Hex EA B9 9F 0 15 20 8 15 40 4D
Octal 352 271 237 0 25 40 10 25 100 115
Binary 11101010 10111001 10011111 0 10101 100000 1000 10101 1000000 1001101

Color Harmonies of #EAB99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB99F

Black with #EAB99F

Text Example


Text Example

White with #EAB99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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