#EEB199

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

Shades of Wax Flower #EEB199

Tints of Wax Flower #EEB199

Color information

#EEB199 (or 0xEEB199) is unknown color: approx Wax Flower. HEX triplet: EE, B1 and 99. RGB value is (238,177,153). Sum of RGB (Red+Green+Blue) = 238+177+153=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB199 is #114E66. Grayscale: #C0C0C0. Windows color (decimal): -1134183 or 10072558. OLE color: 10072558.

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

Color convert

RGB238177153-
CMYK00.260.360.07
HSL16.94º71.43%76.67%-
HSV(B)16.94º35.71%93.33%-
XYZ56.7351.9237.17-
YUV192.5105.71160.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.90%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 153 (60.16% from 255) = 26.94%
R=41.90%
G=31.16%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817715300.260.360.0716.9471.4376.67
HexEEB19901A24711474d
Octal35626123103244721107115
Binary1110111010110001100110010110101001001111000110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB199; }

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

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

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

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

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

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

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

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