#EEAD99

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

Shades of Wax Flower #EEAD99

Tints of Wax Flower #EEAD99

Color information

#EEAD99 (or 0xEEAD99) is unknown color: approx Wax Flower. HEX triplet: EE, AD and 99. RGB value is (238,173,153). Sum of RGB (Red+Green+Blue) = 238+173+153=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAD99 is #115266. Grayscale: #BEBEBE. Windows color (decimal): -1135207 or 10071534. OLE color: 10071534.

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

Color convert

RGB238173153-
CMYK00.270.360.07
HSL14.12º71.43%76.67%-
HSV(B)14.12º35.71%93.33%-
XYZ55.9550.3636.91-
YUV190.15107.03162.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.20%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 153 (60.16% from 255) = 27.13%
R=42.20%
G=30.67%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817315300.270.360.0714.1271.4376.67
HexEEAD9901B247e474d
Octal35625523103344716107115
Binary111011101010110110011001011011100100111111010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAD99; }

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

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

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

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

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

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

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

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