#EEA89C

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

Shades of Wax Flower #EEA89C

Tints of Wax Flower #EEA89C

Color information

#EEA89C (or 0xEEA89C) is unknown color: approx Wax Flower. HEX triplet: EE, A8 and 9C. RGB value is (238,168,156). Sum of RGB (Red+Green+Blue) = 238+168+156=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA89C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA89C is #115763. Grayscale: #BBBBBB. Windows color (decimal): -1136484 or 10266862. OLE color: 10266862.

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

Color convert

RGB238168156-
CMYK00.290.340.07
HSL8.78º70.69%77.25%-
HSV(B)8.78º34.45%93.33%-
XYZ55.2648.5837.92-
YUV187.56110.19163.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 168 (66.02% from 255) = 29.89%
BLUE value IS 156 (61.33% from 255) = 27.76%
R=42.35%
G=29.89%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816815600.290.340.078.7870.6977.25
HexEEA89C01D2279474d
Octal35625023403542711107115
Binary111011101010100010011100011101100010111100110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA89C; }

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

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

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

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

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

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

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

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