Html Css Color HEX #EF956B Dark Salmon

📋 copy color: '#EF956B'

red 239 ◦ green 149 ◦ blue 107

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

Shades of Dark Salmon #EF956B

Tints of Dark Salmon #EF956B

RGB

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

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

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

R = 48.28%
G = 30.1%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF956B (or 0xEF956B) is known color: Dark Salmon. HEX triplet: EF, 95 and 6B. RGB value is (239,149,107). Sum of RGB (Red+Green+Blue) = 239+149+107=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF956B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF956B is #106A94. Grayscale: #ABABAB. Windows color (decimal): -1075861 or 7050735. OLE color: 7050735.

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

Color convert

RGB 239 149 107 -
CMYK 0 0.38 0.55 0.06
HSL 19.09º 0.8% 0.68% -
HSV(B) 19.09º 0.55% 0.94% -
XYZ 49 40.91 19.22 -
YUV 171.12 91.82 176.42 -
System Red Green Blue C M Y K H S L
Decimal 239 149 107 0 0.38 0.55 0.06 19.09 0.8 0.68
Hex EF 95 6B 0 26 37 6 13 50 44
Octal 357 225 153 0 46 67 6 23 120 104
Binary 11101111 10010101 1101011 0 100110 110111 110 10011 1010000 1000100

Color Harmonies of #EF956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF956B

Black with #EF956B

Text Example


Text Example

White with #EF956B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF956B; }

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

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

background-color css

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

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

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

border-color css

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

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

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