Html Css Color HEX #EF916B Dark Salmon

📋 copy color: '#EF916B'

red 239 ◦ green 145 ◦ blue 107

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

Shades of Dark Salmon #EF916B

Tints of Dark Salmon #EF916B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.79%

R = 48.68%
G = 29.53%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF916B (or 0xEF916B) is known color: Dark Salmon. HEX triplet: EF, 91 and 6B. RGB value is (239,145,107). Sum of RGB (Red+Green+Blue) = 239+145+107=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF916B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF916B is #106E94. Grayscale: #A9A9A9. Windows color (decimal): -1076885 or 7049711. OLE color: 7049711.

HSL color Cylindrical-coordinate representation of color #EF916B: hue angle of 17.27º 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 #EF916B is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 145 107 -
CMYK 0 0.39 0.55 0.06
HSL 17.27º 0.8% 0.68% -
HSV(B) 17.27º 0.55% 0.94% -
XYZ 48.38 39.66 19.02 -
YUV 168.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 239 145 107 0 0.39 0.55 0.06 17.27 0.8 0.68
Hex EF 91 6B 0 27 37 6 11 50 44
Octal 357 221 153 0 47 67 6 21 120 104
Binary 11101111 10010001 1101011 0 100111 110111 110 10001 1010000 1000100

Color Harmonies of #EF916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF916B

Black with #EF916B

Text Example


Text Example

White with #EF916B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF916B; }

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

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

background-color css

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

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

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

border-color css

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

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

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