Html Css Color HEX #EF916F Dark Salmon

📋 copy color: '#EF916F'

red 239 ◦ green 145 ◦ blue 111

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

Shades of Dark Salmon #EF916F

Tints of Dark Salmon #EF916F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.29%

 BLUE value IS 111 (43.75% from 255) = 22.42%

R = 48.28%
G = 29.29%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF916F (or 0xEF916F) is known color: Dark Salmon. HEX triplet: EF, 91 and 6F. RGB value is (239,145,111). Sum of RGB (Red+Green+Blue) = 239+145+111=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF916F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF916F is #106E90. Grayscale: #A9A9A9. Windows color (decimal): -1076881 or 7311855. OLE color: 7311855.

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

Color convert

RGB 239 145 111 -
CMYK 0 0.39 0.54 0.06
HSL 15.94º 0.8% 0.69% -
HSV(B) 15.94º 0.54% 0.94% -
XYZ 48.59 39.75 20.15 -
YUV 169.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 239 145 111 0 0.39 0.54 0.06 15.94 0.8 0.69
Hex EF 91 6F 0 27 36 6 10 50 45
Octal 357 221 157 0 47 66 6 20 120 105
Binary 11101111 10010001 1101111 0 100111 110110 110 10000 1010000 1000101

Color Harmonies of #EF916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF916F

Black with #EF916F

Text Example


Text Example

White with #EF916F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF916F; }

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

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

background-color css

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

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

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

border-color css

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

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

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