#EEB19E

Color #EEB19E Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #EEB19E

Tints of Wax Flower #EEB19E

Color information

#EEB19E (or 0xEEB19E) is unknown color: approx Wax Flower. HEX triplet: EE, B1 and 9E. RGB value is (238,177,158). Sum of RGB (Red+Green+Blue) = 238+177+158=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB19E is #114E61. Grayscale: #C1C1C1. Windows color (decimal): -1134178 or 10400238. OLE color: 10400238.

HSL color Cylindrical-coordinate representation of color #EEB19E: hue angle of 14.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEB19E is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238177158-
CMYK00.260.340.07
HSL14.25º70.18%77.65%-
HSV(B)14.25º33.61%93.33%-
XYZ57.1552.0939.39-
YUV193.07108.21160.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.54%
GREEN value IS 177 (69.53% from 255) = 30.89%
BLUE value IS 158 (62.11% from 255) = 27.57%
R=41.54%
G=30.89%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817715800.260.340.0714.2570.1877.65
HexEEB19E01A227e464e
Octal35626123603242716106116
Binary111011101011000110011110011010100010111111010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB19E; }

 p { color: rgb(238,177,158); }

 H1.HeaderClassName
 {
   color: #EEB19E;
 }
 .AnyTagClassName
 {
   color: #EEB19E;
 }
</style>
background-color css

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

 a { background-color: rgb(238,177,158); }

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

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

 span { border-color: rgb(238,177,158); }

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