#EEA894

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

Shades of Wax Flower #EEA894

Tints of Wax Flower #EEA894

Color information

#EEA894 (or 0xEEA894) is unknown color: approx Wax Flower. HEX triplet: EE, A8 and 94. RGB value is (238,168,148). Sum of RGB (Red+Green+Blue) = 238+168+148=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA894 is #11576B. Grayscale: #BABABA. Windows color (decimal): -1136492 or 9742574. OLE color: 9742574.

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

Color convert

RGB238168148-
CMYK00.290.380.07
HSL13.33º72.58%75.69%-
HSV(B)13.33º37.82%93.33%-
XYZ54.6148.3234.47-
YUV186.65106.19164.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.96%
GREEN value IS 168 (66.02% from 255) = 30.32%
BLUE value IS 148 (58.20% from 255) = 26.71%
R=42.96%
G=30.32%
B=26.71%

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
Decimal23816814800.290.380.0713.3372.5875.69
HexEEA89401D267d494c
Octal35625022403546715111114
Binary111011101010100010010100011101100110111110110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA894; }

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

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

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

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

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

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

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

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