#EEAC90

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

Shades of Wax Flower #EEAC90

Tints of Wax Flower #EEAC90

Color information

#EEAC90 (or 0xEEAC90) is unknown color: approx Wax Flower. HEX triplet: EE, AC and 90. RGB value is (238,172,144). Sum of RGB (Red+Green+Blue) = 238+172+144=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAC90 is #11536F. Grayscale: #BCBCBC. Windows color (decimal): -1135472 or 9481454. OLE color: 9481454.

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

Color convert

RGB238172144-
CMYK00.280.390.07
HSL17.87º73.44%74.9%-
HSV(B)17.87º39.5%93.33%-
XYZ55.0549.733.08-
YUV188.54102.87163.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.96%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 144 (56.64% from 255) = 25.99%
R=42.96%
G=31.05%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817214400.280.390.0717.8773.4474.9
HexEEAC9001C27712494b
Octal35625422003447722111113
Binary1110111010101100100100000111001001111111001010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAC90; }

 p { color: rgb(238,172,144); }

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

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

 a { background-color: rgb(238,172,144); }

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

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

 span { border-color: rgb(238,172,144); }

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