#EEAA98

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

Shades of Wax Flower #EEAA98

Tints of Wax Flower #EEAA98

Color information

#EEAA98 (or 0xEEAA98) is unknown color: approx Wax Flower. HEX triplet: EE, AA and 98. RGB value is (238,170,152). Sum of RGB (Red+Green+Blue) = 238+170+152=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAA98 is #115567. Grayscale: #BCBCBC. Windows color (decimal): -1135976 or 10005230. OLE color: 10005230.

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

Color convert

RGB238170152-
CMYK00.290.360.07
HSL12.56º71.67%76.47%-
HSV(B)12.56º36.13%93.33%-
XYZ55.349.1936.29-
YUV188.28107.53163.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.5%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 152 (59.77% from 255) = 27.14%
R=42.5%
G=30.36%
B=27.14%

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
Decimal23817015200.290.360.0712.5671.6776.47
HexEEAA9801D247d484c
Octal35625223003544715110114
Binary111011101010101010011000011101100100111110110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAA98; }

 p { color: rgb(238,170,152); }

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

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

 a { background-color: rgb(238,170,152); }

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

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

 span { border-color: rgb(238,170,152); }

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