Html Css Color HEX #E5B59F Wax Flower

📋 copy color: '#E5B59F'

red 229 ◦ green 181 ◦ blue 159

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

Shades of Wax Flower #E5B59F

Tints of Wax Flower #E5B59F

RGB

 RED value IS 229 (89.84% from 255) = 40.25%

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

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

R = 40.25%
G = 31.81%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5B59F (or 0xE5B59F) is known color: Wax Flower. HEX triplet: E5, B5 and 9F. RGB value is (229,181,159). Sum of RGB (Red+Green+Blue) = 229+181+159=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B59F is #1A4A60. Grayscale: #C0C0C0. Windows color (decimal): -1722977 or 10466789. OLE color: 10466789.

HSL color Cylindrical-coordinate representation of color #E5B59F: hue angle of 18.86º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5B59F is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 181 159 -
CMYK 0 0.21 0.31 0.10
HSL 18.86º 0.57% 0.76% -
HSV(B) 18.86º 0.31% 0.9% -
XYZ 55.09 52.21 39.97 -
YUV 192.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 229 181 159 0 0.21 0.31 0.10 18.86 0.57 0.76
Hex E5 B5 9F 0 15 1F A 13 39 4C
Octal 345 265 237 0 25 37 12 23 71 114
Binary 11100101 10110101 10011111 0 10101 11111 1010 10011 111001 1001100

Color Harmonies of #E5B59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B59F

Black with #E5B59F

Text Example


Text Example

White with #E5B59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B59F; }

 p { color: rgb(229,181,159); }

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

background-color css

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

 a { background-color: rgb(229,181,159); }

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

border-color css

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

 span { border-color: rgb(229,181,159); }

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