#ECAA92

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

Shades of Wax Flower #ECAA92

Tints of Wax Flower #ECAA92

Color information

#ECAA92 (or 0xECAA92) is unknown color: approx Wax Flower. HEX triplet: EC, AA and 92. RGB value is (236,170,146). Sum of RGB (Red+Green+Blue) = 236+170+146=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA92 is #13556D. Grayscale: #BBBBBB. Windows color (decimal): -1267054 or 9612012. OLE color: 9612012.

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

Color convert

RGB236170146-
CMYK00.280.380.07
HSL16º70.31%74.9%-
HSV(B)16º38.14%92.55%-
XYZ54.1648.6633.73-
YUV187104.87162.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.75%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 146 (57.42% from 255) = 26.45%
R=42.75%
G=30.80%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617014600.280.380.071670.3174.9
HexECAA9201C26710464b
Octal35425222203446720106113
Binary1110110010101010100100100111001001101111000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAA92; }

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

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

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

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

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

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

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

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