#ECAFA0

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

Shades of Wax Flower #ECAFA0

Tints of Wax Flower #ECAFA0

Color information

#ECAFA0 (or 0xECAFA0) is unknown color: approx Wax Flower. HEX triplet: EC, AF and A0. RGB value is (236,175,160). Sum of RGB (Red+Green+Blue) = 236+175+160=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAFA0 is #13505F. Grayscale: #BFBFBF. Windows color (decimal): -1265760 or 10530796. OLE color: 10530796.

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

Color convert

RGB236175160-
CMYK00.260.320.07
HSL11.84º66.67%77.65%-
HSV(B)11.84º32.2%92.55%-
XYZ56.2751.0340.14-
YUV191.53110.21159.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.33%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 160 (62.89% from 255) = 28.02%
R=41.33%
G=30.65%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617516000.260.320.0711.8466.6777.65
HexECAFA001A207c434e
Octal35425724003240714103116
Binary111011001010111110100000011010100000111110010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFA0; }

 p { color: rgb(236,175,160); }

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

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

 a { background-color: rgb(236,175,160); }

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

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

 span { border-color: rgb(236,175,160); }

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