Html Css Color HEX #EF956F Dark Salmon

📋 copy color: '#EF956F'

red 239 ◦ green 149 ◦ blue 111

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

Shades of Dark Salmon #EF956F

Tints of Dark Salmon #EF956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.86%

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

R = 47.9%
G = 29.86%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF956F (or 0xEF956F) is known color: Dark Salmon. HEX triplet: EF, 95 and 6F. RGB value is (239,149,111). Sum of RGB (Red+Green+Blue) = 239+149+111=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF956F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF956F is #106A90. Grayscale: #ABABAB. Windows color (decimal): -1075857 or 7312879. OLE color: 7312879.

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

Color convert

RGB 239 149 111 -
CMYK 0 0.38 0.54 0.06
HSL 17.81º 0.8% 0.69% -
HSV(B) 17.81º 0.54% 0.94% -
XYZ 49.21 40.99 20.36 -
YUV 171.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 239 149 111 0 0.38 0.54 0.06 17.81 0.8 0.69
Hex EF 95 6F 0 26 36 6 12 50 45
Octal 357 225 157 0 46 66 6 22 120 105
Binary 11101111 10010101 1101111 0 100110 110110 110 10010 1010000 1000101

Color Harmonies of #EF956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF956F

Black with #EF956F

Text Example


Text Example

White with #EF956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF956F; }

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

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

background-color css

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

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

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

border-color css

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

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

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