#ECAA9E

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

Shades of Wax Flower #ECAA9E

Tints of Wax Flower #ECAA9E

Color information

#ECAA9E (or 0xECAA9E) is unknown color: approx Wax Flower. HEX triplet: EC, AA and 9E. RGB value is (236,170,158). Sum of RGB (Red+Green+Blue) = 236+170+158=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA9E is #135561. Grayscale: #BCBCBC. Windows color (decimal): -1267042 or 10398444. OLE color: 10398444.

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

Color convert

RGB236170158-
CMYK00.280.330.07
HSL9.23º67.24%77.25%-
HSV(B)9.23º33.05%92.55%-
XYZ55.1449.0538.91-
YUV188.37110.87161.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.84%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 158 (62.11% from 255) = 28.01%
R=41.84%
G=30.14%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617015800.280.330.079.2367.2477.25
HexECAA9E01C2179434d
Octal35425223603441711103115
Binary111011001010101010011110011100100001111100110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAA9E; }

 p { color: rgb(236,170,158); }

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

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

 a { background-color: rgb(236,170,158); }

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

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

 span { border-color: rgb(236,170,158); }

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