Html Css Color HEX #EAB99E Wax Flower

📋 copy color: '#EAB99E'

red 234 ◦ green 185 ◦ blue 158

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

Shades of Wax Flower #EAB99E

Tints of Wax Flower #EAB99E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.38%

R = 40.55%
G = 32.06%
B = 27.38%

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

#EAB99E (or 0xEAB99E) is known color: Wax Flower. HEX triplet: EA, B9 and 9E. RGB value is (234,185,158). Sum of RGB (Red+Green+Blue) = 234+185+158=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB99E is #154661. Grayscale: #C4C4C4. Windows color (decimal): -1394274 or 10402282. OLE color: 10402282.

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

Color convert

RGB 234 185 158 -
CMYK 0 0.21 0.32 0.08
HSL 21.32º 0.64% 0.77% -
HSV(B) 21.32º 0.32% 0.92% -
XYZ 57.45 54.66 39.87 -
YUV 196.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 234 185 158 0 0.21 0.32 0.08 21.32 0.64 0.77
Hex EA B9 9E 0 15 20 8 15 40 4D
Octal 352 271 236 0 25 40 10 25 100 115
Binary 11101010 10111001 10011110 0 10101 100000 1000 10101 1000000 1001101

Color Harmonies of #EAB99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB99E

Black with #EAB99E

Text Example


Text Example

White with #EAB99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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