Html Css Color HEX #EF976F Dark Salmon

📋 copy color: '#EF976F'

red 239 ◦ green 151 ◦ blue 111

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

Shades of Dark Salmon #EF976F

Tints of Dark Salmon #EF976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.14%

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

R = 47.7%
G = 30.14%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF976F (or 0xEF976F) is known color: Dark Salmon. HEX triplet: EF, 97 and 6F. RGB value is (239,151,111). Sum of RGB (Red+Green+Blue) = 239+151+111=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF976F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF976F is #106890. Grayscale: #ADADAD. Windows color (decimal): -1075345 or 7313391. OLE color: 7313391.

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

Color convert

RGB 239 151 111 -
CMYK 0 0.37 0.54 0.06
HSL 18.75º 0.8% 0.69% -
HSV(B) 18.75º 0.54% 0.94% -
XYZ 49.53 41.63 20.46 -
YUV 172.75 93.15 175.25 -
System Red Green Blue C M Y K H S L
Decimal 239 151 111 0 0.37 0.54 0.06 18.75 0.8 0.69
Hex EF 97 6F 0 25 36 6 13 50 45
Octal 357 227 157 0 45 66 6 23 120 105
Binary 11101111 10010111 1101111 0 100101 110110 110 10011 1010000 1000101

Color Harmonies of #EF976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF976F

Black with #EF976F

Text Example


Text Example

White with #EF976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF976F; }

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

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

background-color css

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

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

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

border-color css

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

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

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