#EF676A

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

Shades of Froly #EF676A

Tints of Froly #EF676A

Color information

#EF676A (or 0xEF676A) is unknown color: approx Froly. HEX triplet: EF, 67 and 6A. RGB value is (239,103,106). Sum of RGB (Red+Green+Blue) = 239+103+106=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF676A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF676A is #109895. Grayscale: #909090. Windows color (decimal): -1087638 or 6973423. OLE color: 6973423.

HSL color Cylindrical-coordinate representation of color #EF676A: hue angle of 358.68º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF676A is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB239103106-
CMYK00.570.560.06
HSL358.68º80.95%67.06%-
HSV(B)358.68º56.9%93.73%-
XYZ43.0529.0916.98-
YUV144.01106.56195.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.35%
GREEN value IS 103 (40.62% from 255) = 22.99%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=53.35%
G=22.99%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910310600.570.560.06358.6880.9567.06
HexEF676A0393861675143
Octal357147152071706547121103
Binary1110111111001111101010011100111100011010110011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF676A; }

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

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

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

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

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

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

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

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