Html Css Color HEX #EF686D Froly

📋 copy color: '#EF686D'

red 239 ◦ green 104 ◦ blue 109

#EF686D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #EF686D

Tints of Froly #EF686D

RGB

 RED value IS 239 (93.75% from 255) = 52.88%

 GREEN value IS 104 (41.02% from 255) = 23.01%

 BLUE value IS 109 (42.97% from 255) = 24.12%

R = 52.88%
G = 23.01%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF686D (or 0xEF686D) is known color: Froly. HEX triplet: EF, 68 and 6D. RGB value is (239,104,109). Sum of RGB (Red+Green+Blue) = 239+104+109=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF686D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF686D is #109792. Grayscale: #919191. Windows color (decimal): -1087379 or 7170287. OLE color: 7170287.

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

Color convert

RGB 239 104 109 -
CMYK 0 0.56 0.54 0.06
HSL 357.78º 0.81% 0.67% -
HSV(B) 357.78º 0.56% 0.94% -
XYZ 43.31 29.36 17.85 -
YUV 144.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 239 104 109 0 0.56 0.54 0.06 357.78 0.81 0.67
Hex EF 68 6D 0 38 36 6 166 51 43
Octal 357 150 155 0 70 66 6 546 121 103
Binary 11101111 1101000 1101101 0 111000 110110 110 101100110 1010001 1000011

Color Harmonies of #EF686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF686D

Black with #EF686D

Text Example


Text Example

White with #EF686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF686D; }

 p { color: rgb(239,104,109); }

 H1.HeaderClassName
 {
   color: #EF686D;
 }
 .AnyTagClassName
 {
   color: #EF686D;
 }
</style>

background-color css

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

 a { background-color: rgb(239,104,109); }

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

border-color css

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

 span { border-color: rgb(239,104,109); }

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