#EEAD9A

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

Shades of Wax Flower #EEAD9A

Tints of Wax Flower #EEAD9A

Color information

#EEAD9A (or 0xEEAD9A) is unknown color: approx Wax Flower. HEX triplet: EE, AD and 9A. RGB value is (238,173,154). Sum of RGB (Red+Green+Blue) = 238+173+154=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAD9A is #115265. Grayscale: #BEBEBE. Windows color (decimal): -1135206 or 10137070. OLE color: 10137070.

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

Color convert

RGB238173154-
CMYK00.270.350.07
HSL13.57º71.19%76.86%-
HSV(B)13.57º35.29%93.33%-
XYZ56.0450.437.35-
YUV190.27107.53162.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.12%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 154 (60.55% from 255) = 27.26%
R=42.12%
G=30.62%
B=27.26%

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
Decimal23817315400.270.350.0713.5771.1976.86
HexEEAD9A01B237e474d
Octal35625523203343716107115
Binary111011101010110110011010011011100011111111010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAD9A; }

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

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

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

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

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

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

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

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