#EEA994

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

Shades of Wax Flower #EEA994

Tints of Wax Flower #EEA994

Color information

#EEA994 (or 0xEEA994) is unknown color: approx Wax Flower. HEX triplet: EE, A9 and 94. RGB value is (238,169,148). Sum of RGB (Red+Green+Blue) = 238+169+148=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA994 is #11566B. Grayscale: #BBBBBB. Windows color (decimal): -1136236 or 9742830. OLE color: 9742830.

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

Color convert

RGB238169148-
CMYK00.290.380.07
HSL14º72.58%75.69%-
HSV(B)14º37.82%93.33%-
XYZ54.7948.6934.53-
YUV187.24105.86164.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.88%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 148 (58.20% from 255) = 26.67%
R=42.88%
G=30.45%
B=26.67%

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
Decimal23816914800.290.380.071472.5875.69
HexEEA99401D267e494c
Octal35625122403546716111114
Binary111011101010100110010100011101100110111111010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA994; }

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

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

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

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

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

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

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

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