Html Css Color HEX #EAB99C Wax Flower

📋 copy color: '#EAB99C'

red 234 ◦ green 185 ◦ blue 156

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

Shades of Wax Flower #EAB99C

Tints of Wax Flower #EAB99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.13%

R = 40.7%
G = 32.17%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EAB99C (or 0xEAB99C) is known color: Wax Flower. HEX triplet: EA, B9 and 9C. RGB value is (234,185,156). Sum of RGB (Red+Green+Blue) = 234+185+156=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB99C is #154663. Grayscale: #C4C4C4. Windows color (decimal): -1394276 or 10271210. OLE color: 10271210.

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

Color convert

RGB 234 185 156 -
CMYK 0 0.21 0.33 0.08
HSL 22.31º 0.65% 0.76% -
HSV(B) 22.31º 0.33% 0.92% -
XYZ 57.28 54.59 38.97 -
YUV 196.35 105.23 154.86 -
System Red Green Blue C M Y K H S L
Decimal 234 185 156 0 0.21 0.33 0.08 22.31 0.65 0.76
Hex EA B9 9C 0 15 21 8 16 41 4C
Octal 352 271 234 0 25 41 10 26 101 114
Binary 11101010 10111001 10011100 0 10101 100001 1000 10110 1000001 1001100

Color Harmonies of #EAB99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB99C

Black with #EAB99C

Text Example


Text Example

White with #EAB99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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