Html Css Color HEX #EF936B Dark Salmon

📋 copy color: '#EF936B'

red 239 ◦ green 147 ◦ blue 107

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

Shades of Dark Salmon #EF936B

Tints of Dark Salmon #EF936B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.82%

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

R = 48.48%
G = 29.82%
B = 21.7%

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

#EF936B (or 0xEF936B) is known color: Dark Salmon. HEX triplet: EF, 93 and 6B. RGB value is (239,147,107). Sum of RGB (Red+Green+Blue) = 239+147+107=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF936B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF936B is #106C94. Grayscale: #AAAAAA. Windows color (decimal): -1076373 or 7050223. OLE color: 7050223.

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

Color convert

RGB 239 147 107 -
CMYK 0 0.38 0.55 0.06
HSL 18.18º 0.8% 0.68% -
HSV(B) 18.18º 0.55% 0.94% -
XYZ 48.68 40.28 19.12 -
YUV 169.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 239 147 107 0 0.38 0.55 0.06 18.18 0.8 0.68
Hex EF 93 6B 0 26 37 6 12 50 44
Octal 357 223 153 0 46 67 6 22 120 104
Binary 11101111 10010011 1101011 0 100110 110111 110 10010 1010000 1000100

Color Harmonies of #EF936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF936B

Black with #EF936B

Text Example


Text Example

White with #EF936B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF936B; }

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

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

background-color css

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

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

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

border-color css

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

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

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