#ECAFAA

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

Shades of Sundown #ECAFAA

Tints of Sundown #ECAFAA

Color information

#ECAFAA (or 0xECAFAA) is unknown color: approx Sundown. HEX triplet: EC, AF and AA. RGB value is (236,175,170). Sum of RGB (Red+Green+Blue) = 236+175+170=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAFAA is #135055. Grayscale: #C0C0C0. Windows color (decimal): -1265750 or 11186156. OLE color: 11186156.

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

Color convert

RGB236175170-
CMYK00.260.280.07
HSL4.55º63.46%79.61%-
HSV(B)4.55º27.97%92.55%-
XYZ57.1851.444.94-
YUV192.67115.21158.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=40.62%
G=30.12%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617517000.260.280.074.5563.4679.61
HexECAFAA01A1C753f50
Octal354257252032347577120
Binary111011001010111110101010011010111001111011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFAA; }

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

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

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

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

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

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

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

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