#EEAD9C

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

Shades of Wax Flower #EEAD9C

Tints of Wax Flower #EEAD9C

Color information

#EEAD9C (or 0xEEAD9C) is unknown color: approx Wax Flower. HEX triplet: EE, AD and 9C. RGB value is (238,173,156). Sum of RGB (Red+Green+Blue) = 238+173+156=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAD9C is #115263. Grayscale: #BEBEBE. Windows color (decimal): -1135204 or 10268142. OLE color: 10268142.

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

Color convert

RGB238173156-
CMYK00.270.340.07
HSL12.44º70.69%77.25%-
HSV(B)12.44º34.45%93.33%-
XYZ56.250.4638.23-
YUV190.5108.53161.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.98%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 156 (61.33% from 255) = 27.51%
R=41.98%
G=30.51%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817315600.270.340.0712.4470.6977.25
HexEEAD9C01B227c474d
Octal35625523403342714107115
Binary111011101010110110011100011011100010111110010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAD9C; }

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

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

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

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

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

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

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

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