Html Css Color HEX #EAB59E Wax Flower

📋 copy color: '#EAB59E'

red 234 ◦ green 181 ◦ blue 158

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

Shades of Wax Flower #EAB59E

Tints of Wax Flower #EAB59E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.59%

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

R = 40.84%
G = 31.59%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAB59E (or 0xEAB59E) is known color: Wax Flower. HEX triplet: EA, B5 and 9E. RGB value is (234,181,158). Sum of RGB (Red+Green+Blue) = 234+181+158=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB59E is #154A61. Grayscale: #C2C2C2. Windows color (decimal): -1395298 or 10401258. OLE color: 10401258.

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

Color convert

RGB 234 181 158 -
CMYK 0 0.23 0.32 0.08
HSL 18.16º 0.64% 0.77% -
HSV(B) 18.16º 0.32% 0.92% -
XYZ 56.63 53.01 39.59 -
YUV 194.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 234 181 158 0 0.23 0.32 0.08 18.16 0.64 0.77
Hex EA B5 9E 0 17 20 8 12 40 4D
Octal 352 265 236 0 27 40 10 22 100 115
Binary 11101010 10110101 10011110 0 10111 100000 1000 10010 1000000 1001101

Color Harmonies of #EAB59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB59E

Black with #EAB59E

Text Example


Text Example

White with #EAB59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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