#EEAF9D

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

Shades of Wax Flower #EEAF9D

Tints of Wax Flower #EEAF9D

Color information

#EEAF9D (or 0xEEAF9D) is unknown color: approx Wax Flower. HEX triplet: EE, AF and 9D. RGB value is (238,175,157). Sum of RGB (Red+Green+Blue) = 238+175+157=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAF9D is #115062. Grayscale: #BFBFBF. Windows color (decimal): -1134691 or 10334190. OLE color: 10334190.

HSL color Cylindrical-coordinate representation of color #EEAF9D: hue angle of 13.33º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEAF9D is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238175157-
CMYK00.260.340.07
HSL13.33º70.43%77.45%-
HSV(B)13.33º34.03%93.33%-
XYZ56.6851.2738.81-
YUV191.78108.37160.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.75%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 157 (61.72% from 255) = 27.54%
R=41.75%
G=30.70%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817515700.260.340.0713.3370.4377.45
HexEEAF9D01A227d464d
Octal35625723503242715106115
Binary111011101010111110011101011010100010111110110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAF9D; }

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

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

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

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

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

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

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

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