Html Css Color HEX #EF936F Dark Salmon

📋 copy color: '#EF936F'

red 239 ◦ green 147 ◦ blue 111

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

Shades of Dark Salmon #EF936F

Tints of Dark Salmon #EF936F

RGB

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

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

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

R = 48.09%
G = 29.58%
B = 22.33%

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

#EF936F (or 0xEF936F) is known color: Dark Salmon. HEX triplet: EF, 93 and 6F. RGB value is (239,147,111). Sum of RGB (Red+Green+Blue) = 239+147+111=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF936F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF936F is #106C90. Grayscale: #AAAAAA. Windows color (decimal): -1076369 or 7312367. OLE color: 7312367.

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

Color convert

RGB 239 147 111 -
CMYK 0 0.38 0.54 0.06
HSL 16.88º 0.8% 0.69% -
HSV(B) 16.88º 0.54% 0.94% -
XYZ 48.9 40.37 20.25 -
YUV 170.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 239 147 111 0 0.38 0.54 0.06 16.88 0.8 0.69
Hex EF 93 6F 0 26 36 6 11 50 45
Octal 357 223 157 0 46 66 6 21 120 105
Binary 11101111 10010011 1101111 0 100110 110110 110 10001 1010000 1000101

Color Harmonies of #EF936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF936F

Black with #EF936F

Text Example


Text Example

White with #EF936F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF936F; }

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

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

background-color css

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

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

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

border-color css

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

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

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