#EEA899

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

Shades of Wax Flower #EEA899

Tints of Wax Flower #EEA899

Color information

#EEA899 (or 0xEEA899) is unknown color: approx Wax Flower. HEX triplet: EE, A8 and 99. RGB value is (238,168,153). Sum of RGB (Red+Green+Blue) = 238+168+153=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA899 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA899 is #115766. Grayscale: #BBBBBB. Windows color (decimal): -1136487 or 10070254. OLE color: 10070254.

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

Color convert

RGB238168153-
CMYK00.290.360.07
HSL10.59º71.43%76.67%-
HSV(B)10.59º35.71%93.33%-
XYZ55.0148.4836.6-
YUV187.22108.69164.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.58%
GREEN value IS 168 (66.02% from 255) = 30.05%
BLUE value IS 153 (60.16% from 255) = 27.37%
R=42.58%
G=30.05%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816815300.290.360.0710.5971.4376.67
HexEEA89901D247b474d
Octal35625023103544713107115
Binary111011101010100010011001011101100100111101110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA899; }

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

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

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

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

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

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

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

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