#EEB69C

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

Shades of Wax Flower #EEB69C

Tints of Wax Flower #EEB69C

Color information

#EEB69C (or 0xEEB69C) is unknown color: approx Wax Flower. HEX triplet: EE, B6 and 9C. RGB value is (238,182,156). Sum of RGB (Red+Green+Blue) = 238+182+156=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB69C is #114963. Grayscale: #C3C3C3. Windows color (decimal): -1132900 or 10270446. OLE color: 10270446.

HSL color Cylindrical-coordinate representation of color #EEB69C: hue angle of 19.02º 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 #EEB69C is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238182156-
CMYK00.240.340.07
HSL19.02º70.69%77.25%-
HSV(B)19.02º34.45%93.33%-
XYZ57.9954.0338.83-
YUV195.78105.55158.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.32%
GREEN value IS 182 (71.48% from 255) = 31.60%
BLUE value IS 156 (61.33% from 255) = 27.08%
R=41.32%
G=31.60%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818215600.240.340.0719.0270.6977.25
HexEEB69C01822713474d
Octal35626623403042723107115
Binary1110111010110110100111000110001000101111001110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB69C; }

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

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

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

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

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

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

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

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