#EEB19C

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

Shades of Wax Flower #EEB19C

Tints of Wax Flower #EEB19C

Color information

#EEB19C (or 0xEEB19C) is unknown color: approx Wax Flower. HEX triplet: EE, B1 and 9C. RGB value is (238,177,156). Sum of RGB (Red+Green+Blue) = 238+177+156=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB19C is #114E63. Grayscale: #C0C0C0. Windows color (decimal): -1134180 or 10269166. OLE color: 10269166.

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

Color convert

RGB238177156-
CMYK00.260.340.07
HSL15.37º70.69%77.25%-
HSV(B)15.37º34.45%93.33%-
XYZ56.9852.0238.49-
YUV192.84107.21160.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.68%
GREEN value IS 177 (69.53% from 255) = 31.00%
BLUE value IS 156 (61.33% from 255) = 27.32%
R=41.68%
G=31.00%
B=27.32%

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
Decimal23817715600.260.340.0715.3770.6977.25
HexEEB19C01A227f474d
Octal35626123403242717107115
Binary111011101011000110011100011010100010111111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB19C; }

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

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

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

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

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

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

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

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