#ed676a

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

Shades of Froly #ED676A

Tints of Froly #ED676A

Color information

#ED676A (or 0xED676A) is unknown color: approx Froly. HEX triplet: ED, 67 and 6A. RGB value is (237,103,106). Sum of RGB (Red+Green+Blue) = 237+103+106=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED676A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED676A is #129895. Grayscale: #8F8F8F. Windows color (decimal): -1218710 or 6973421. OLE color: 6973421.

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

Color convert

RGB237103106-
CMYK00.570.550.07
HSL358.66º78.82%66.67%-
HSV(B)358.66º56.54%92.94%-
XYZ42.3828.7516.95-
YUV143.41106.89194.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.14%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 106 (41.80% from 255) = 23.77%
R=53.14%
G=23.09%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710310600.570.550.07358.6678.8266.67
HexED676A0393771674f43
Octal355147152071677547117103
Binary1110110111001111101010011100111011111110110011110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed676a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed676a; }

 p { color: rgb(237,103,106); }

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

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

 a { background-color: rgb(237,103,106); }

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

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

 span { border-color: rgb(237,103,106); }

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