#EEAE9A

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

Shades of Wax Flower #EEAE9A

Tints of Wax Flower #EEAE9A

Color information

#EEAE9A (or 0xEEAE9A) is unknown color: approx Wax Flower. HEX triplet: EE, AE and 9A. RGB value is (238,174,154). Sum of RGB (Red+Green+Blue) = 238+174+154=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAE9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAE9A is #115165. Grayscale: #BFBFBF. Windows color (decimal): -1134950 or 10137326. OLE color: 10137326.

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

Color convert

RGB238174154-
CMYK00.270.350.07
HSL14.29º71.19%76.86%-
HSV(B)14.29º35.29%93.33%-
XYZ56.2350.7837.41-
YUV190.86107.2161.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.05%
GREEN value IS 174 (68.36% from 255) = 30.74%
BLUE value IS 154 (60.55% from 255) = 27.21%
R=42.05%
G=30.74%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817415400.270.350.0714.2971.1976.86
HexEEAE9A01B237e474d
Octal35625623203343716107115
Binary111011101010111010011010011011100011111111010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAE9A; }

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

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

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

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

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

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

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

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