#EF6B6F

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

Shades of Froly #EF6B6F

Tints of Froly #EF6B6F

Color information

#EF6B6F (or 0xEF6B6F) is unknown color: approx Froly. HEX triplet: EF, 6B and 6F. RGB value is (239,107,111). Sum of RGB (Red+Green+Blue) = 239+107+111=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6B6F is #109490. Grayscale: #939393. Windows color (decimal): -1086609 or 7302127. OLE color: 7302127.

HSL color Cylindrical-coordinate representation of color #EF6B6F: hue angle of 358.18º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6B6F is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB239107111-
CMYK00.550.540.06
HSL358.18º80.49%67.84%-
HSV(B)358.18º55.23%93.73%-
XYZ43.7230.0118.53-
YUV146.92107.73193.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.30%
GREEN value IS 107 (42.19% from 255) = 23.41%
BLUE value IS 111 (43.75% from 255) = 24.29%
R=52.30%
G=23.41%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910711100.550.540.06358.1880.4967.84
HexEF6B6F0373661665044
Octal357153157067666546120104
Binary1110111111010111101111011011111011011010110011010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6B6F; }

 p { color: rgb(239,107,111); }

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

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

 a { background-color: rgb(239,107,111); }

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

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

 span { border-color: rgb(239,107,111); }

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