#EEA996

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

Shades of Wax Flower #EEA996

Tints of Wax Flower #EEA996

Color information

#EEA996 (or 0xEEA996) is unknown color: approx Wax Flower. HEX triplet: EE, A9 and 96. RGB value is (238,169,150). Sum of RGB (Red+Green+Blue) = 238+169+150=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA996 is #115669. Grayscale: #BBBBBB. Windows color (decimal): -1136234 or 9873902. OLE color: 9873902.

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

Color convert

RGB238169150-
CMYK00.290.370.07
HSL12.95º72.13%76.08%-
HSV(B)12.95º36.97%93.33%-
XYZ54.9548.7635.37-
YUV187.46106.86164.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.73%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 150 (58.98% from 255) = 26.93%
R=42.73%
G=30.34%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816915000.290.370.0712.9572.1376.08
HexEEA99601D257d484c
Octal35625122603545715110114
Binary111011101010100110010110011101100101111110110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA996; }

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

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

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

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

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

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

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

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