#EEAF95

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

Shades of Wax Flower #EEAF95

Tints of Wax Flower #EEAF95

Color information

#EEAF95 (or 0xEEAF95) is unknown color: approx Wax Flower. HEX triplet: EE, AF and 95. RGB value is (238,175,149). Sum of RGB (Red+Green+Blue) = 238+175+149=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAF95 is #11506A. Grayscale: #BFBFBF. Windows color (decimal): -1134699 or 9809902. OLE color: 9809902.

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

Color convert

RGB238175149-
CMYK00.260.370.07
HSL17.53º72.36%75.88%-
HSV(B)17.53º37.39%93.33%-
XYZ56.0151.0135.33-
YUV190.87104.37161.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 149 (58.59% from 255) = 26.51%
R=42.35%
G=31.14%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817514900.260.370.0717.5372.3675.88
HexEEAF9501A25712484c
Octal35625722503245722110114
Binary1110111010101111100101010110101001011111001010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAF95; }

 p { color: rgb(238,175,149); }

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

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

 a { background-color: rgb(238,175,149); }

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

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

 span { border-color: rgb(238,175,149); }

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