#EEAE9E

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

Shades of Wax Flower #EEAE9E

Tints of Wax Flower #EEAE9E

Color information

#EEAE9E (or 0xEEAE9E) is unknown color: approx Wax Flower. HEX triplet: EE, AE and 9E. RGB value is (238,174,158). Sum of RGB (Red+Green+Blue) = 238+174+158=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAE9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAE9E is #115161. Grayscale: #BFBFBF. Windows color (decimal): -1134946 or 10399470. OLE color: 10399470.

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

Color convert

RGB238174158-
CMYK00.270.340.07
HSL12º70.18%77.65%-
HSV(B)12º33.61%93.33%-
XYZ56.5750.9239.19-
YUV191.31109.2161.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.75%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 158 (62.11% from 255) = 27.72%
R=41.75%
G=30.53%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817415800.270.340.071270.1877.65
HexEEAE9E01B227c464e
Octal35625623603342714106116
Binary111011101010111010011110011011100010111110010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAE9E; }

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

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

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

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

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

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

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

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