#EEA89A

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

Shades of Wax Flower #EEA89A

Tints of Wax Flower #EEA89A

Color information

#EEA89A (or 0xEEA89A) is unknown color: approx Wax Flower. HEX triplet: EE, A8 and 9A. RGB value is (238,168,154). Sum of RGB (Red+Green+Blue) = 238+168+154=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA89A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA89A is #115765. Grayscale: #BBBBBB. Windows color (decimal): -1136486 or 10135790. OLE color: 10135790.

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

Color convert

RGB238168154-
CMYK00.290.350.07
HSL10º71.19%76.86%-
HSV(B)10º35.29%93.33%-
XYZ55.148.5237.03-
YUV187.33109.19164.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.5%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 154 (60.55% from 255) = 27.5%
R=42.5%
G=30%
B=27.5%

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
Decimal23816815400.290.350.071071.1976.86
HexEEA89A01D237a474d
Octal35625023203543712107115
Binary111011101010100010011010011101100011111101010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA89A; }

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

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

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

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

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

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

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

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