#EEA993

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

Shades of Wax Flower #EEA993

Tints of Wax Flower #EEA993

Color information

#EEA993 (or 0xEEA993) is unknown color: approx Wax Flower. HEX triplet: EE, A9 and 93. RGB value is (238,169,147). Sum of RGB (Red+Green+Blue) = 238+169+147=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA993 is #11566C. Grayscale: #BBBBBB. Windows color (decimal): -1136237 or 9677294. OLE color: 9677294.

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

Color convert

RGB238169147-
CMYK00.290.380.07
HSL14.51º72.8%75.49%-
HSV(B)14.51º38.24%93.33%-
XYZ54.7148.6634.11-
YUV187.12105.36164.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.96%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 147 (57.81% from 255) = 26.53%
R=42.96%
G=30.51%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816914700.290.380.0714.5172.875.49
HexEEA99301D267f494b
Octal35625122303546717111113
Binary111011101010100110010011011101100110111111110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA993; }

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

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

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

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

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

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

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

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