#EEA992

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

Shades of Wax Flower #EEA992

Tints of Wax Flower #EEA992

Color information

#EEA992 (or 0xEEA992) is unknown color: approx Wax Flower. HEX triplet: EE, A9 and 92. RGB value is (238,169,146). Sum of RGB (Red+Green+Blue) = 238+169+146=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA992 is #11566D. Grayscale: #BBBBBB. Windows color (decimal): -1136238 or 9611758. OLE color: 9611758.

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

Color convert

RGB238169146-
CMYK00.290.390.07
HSL15º73.02%75.29%-
HSV(B)15º38.66%93.33%-
XYZ54.6448.6333.7-
YUV187.01104.86164.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.04%
GREEN value IS 169 (66.41% from 255) = 30.56%
BLUE value IS 146 (57.42% from 255) = 26.40%
R=43.04%
G=30.56%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816914600.290.390.071573.0275.29
HexEEA99201D277f494b
Octal35625122203547717111113
Binary111011101010100110010010011101100111111111110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA992; }

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

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

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

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

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

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

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

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