#EEAF9A

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

Shades of Wax Flower #EEAF9A

Tints of Wax Flower #EEAF9A

Color information

#EEAF9A (or 0xEEAF9A) is unknown color: approx Wax Flower. HEX triplet: EE, AF and 9A. RGB value is (238,175,154). Sum of RGB (Red+Green+Blue) = 238+175+154=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAF9A is #115065. Grayscale: #BFBFBF. Windows color (decimal): -1134694 or 10137582. OLE color: 10137582.

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

Color convert

RGB238175154-
CMYK00.260.350.07
HSL15º71.19%76.86%-
HSV(B)15º35.29%93.33%-
XYZ56.4251.1737.47-
YUV191.44106.87161.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.98%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 154 (60.55% from 255) = 27.16%
R=41.98%
G=30.86%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817515400.260.350.071571.1976.86
HexEEAF9A01A237f474d
Octal35625723203243717107115
Binary111011101010111110011010011010100011111111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAF9A; }

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

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

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

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

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

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

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

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