#EEAEA1

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

Shades of Wax Flower #EEAEA1

Tints of Wax Flower #EEAEA1

Color information

#EEAEA1 (or 0xEEAEA1) is unknown color: approx Wax Flower. HEX triplet: EE, AE and A1. RGB value is (238,174,161). Sum of RGB (Red+Green+Blue) = 238+174+161=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAEA1 is #11515E. Grayscale: #BFBFBF. Windows color (decimal): -1134943 or 10596078. OLE color: 10596078.

HSL color Cylindrical-coordinate representation of color #EEAEA1: hue angle of 10.13º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEAEA1 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB238174161-
CMYK00.270.320.07
HSL10.13º69.37%78.24%-
HSV(B)10.13º32.35%93.33%-
XYZ56.8351.0240.57-
YUV191.65110.7161.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.54%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 161 (63.28% from 255) = 28.10%
R=41.54%
G=30.37%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817416100.270.320.0710.1369.3778.24
HexEEAEA101B207a454e
Octal35625624103340712105116
Binary111011101010111010100001011011100000111101010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEA1; }

 p { color: rgb(238,174,161); }

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

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

 a { background-color: rgb(238,174,161); }

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

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

 span { border-color: rgb(238,174,161); }

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