#EC797A

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

Shades of Froly #EC797A

Tints of Froly #EC797A

Color information

#EC797A (or 0xEC797A) is unknown color: approx Froly. HEX triplet: EC, 79 and 7A. RGB value is (236,121,122). Sum of RGB (Red+Green+Blue) = 236+121+122=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC797A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC797A is #138685. Grayscale: #9B9B9B. Windows color (decimal): -1279622 or 8026604. OLE color: 8026604.

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

Color convert

RGB236121122-
CMYK00.490.480.07
HSL359.48º75.16%70%-
HSV(B)359.48º48.73%92.55%-
XYZ44.9432.9122.4-
YUV155.5109.1185.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.27%
GREEN value IS 121 (47.66% from 255) = 25.26%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=49.27%
G=25.26%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612112200.490.480.07359.4875.1670
HexEC797A0313071674b46
Octal354171172061607547113106
Binary1110110011110011111010011000111000011110110011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC797A; }

 p { color: rgb(236,121,122); }

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

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

 a { background-color: rgb(236,121,122); }

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

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

 span { border-color: rgb(236,121,122); }

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