#EEB8A0

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

Shades of Wax Flower #EEB8A0

Tints of Wax Flower #EEB8A0

Color information

#EEB8A0 (or 0xEEB8A0) is unknown color: approx Wax Flower. HEX triplet: EE, B8 and A0. RGB value is (238,184,160). Sum of RGB (Red+Green+Blue) = 238+184+160=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB8A0 is #11475F. Grayscale: #C5C5C5. Windows color (decimal): -1132384 or 10533102. OLE color: 10533102.

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

Color convert

RGB238184160-
CMYK00.230.330.07
HSL18.46º69.64%78.04%-
HSV(B)18.46º32.77%93.33%-
XYZ58.755540.78-
YUV197.41106.89156.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.89%
GREEN value IS 184 (72.27% from 255) = 31.62%
BLUE value IS 160 (62.89% from 255) = 27.49%
R=40.89%
G=31.62%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818416000.230.330.0718.4669.6478.04
HexEEB8A001721712464e
Octal35627024002741722106116
Binary1110111010111000101000000101111000011111001010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB8A0; }

 p { color: rgb(238,184,160); }

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

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

 a { background-color: rgb(238,184,160); }

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

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

 span { border-color: rgb(238,184,160); }

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