#EEA99A

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

Shades of Wax Flower #EEA99A

Tints of Wax Flower #EEA99A

Color information

#EEA99A (or 0xEEA99A) is unknown color: approx Wax Flower. HEX triplet: EE, A9 and 9A. RGB value is (238,169,154). Sum of RGB (Red+Green+Blue) = 238+169+154=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA99A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA99A is #115665. Grayscale: #BCBCBC. Windows color (decimal): -1136230 or 10136046. OLE color: 10136046.

HSL color Cylindrical-coordinate representation of color #EEA99A: hue angle of 10.71º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEA99A is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB238169154-
CMYK00.290.350.07
HSL10.71º71.19%76.86%-
HSV(B)10.71º35.29%93.33%-
XYZ55.2848.8937.09-
YUV187.92108.86163.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.42%
GREEN value IS 169 (66.41% from 255) = 30.12%
BLUE value IS 154 (60.55% from 255) = 27.45%
R=42.42%
G=30.12%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816915400.290.350.0710.7171.1976.86
HexEEA99A01D237b474d
Octal35625123203543713107115
Binary111011101010100110011010011101100011111101110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA99A; }

 p { color: rgb(238,169,154); }

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

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

 a { background-color: rgb(238,169,154); }

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

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

 span { border-color: rgb(238,169,154); }

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