#ecaa98

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

Shades of Wax Flower #ECAA98

Tints of Wax Flower #ECAA98

Color information

#ECAA98 (or 0xECAA98) is unknown color: approx Wax Flower. HEX triplet: EC, AA and 98. RGB value is (236,170,152). Sum of RGB (Red+Green+Blue) = 236+170+152=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA98 is #135567. Grayscale: #BBBBBB. Windows color (decimal): -1267048 or 10005228. OLE color: 10005228.

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

Color convert

RGB236170152-
CMYK00.280.360.07
HSL12.86º68.85%76.08%-
HSV(B)12.86º35.59%92.55%-
XYZ54.6348.8536.26-
YUV187.68107.87162.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.29%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 152 (59.77% from 255) = 27.24%
R=42.29%
G=30.47%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617015200.280.360.0712.8668.8576.08
HexECAA9801C247d454c
Octal35425223003444715105114
Binary111011001010101010011000011100100100111110110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecaa98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecaa98; }

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

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

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

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

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

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

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

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