Html Css Color HEX #EF936E Dark Salmon

📋 copy color: '#EF936E'

red 239 ◦ green 147 ◦ blue 110

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

Shades of Dark Salmon #EF936E

Tints of Dark Salmon #EF936E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.18%

R = 48.19%
G = 29.64%
B = 22.18%

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

#EF936E (or 0xEF936E) is known color: Dark Salmon. HEX triplet: EF, 93 and 6E. RGB value is (239,147,110). Sum of RGB (Red+Green+Blue) = 239+147+110=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF936E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF936E is #106C91. Grayscale: #AAAAAA. Windows color (decimal): -1076370 or 7246831. OLE color: 7246831.

HSL color Cylindrical-coordinate representation of color #EF936E: hue angle of 17.21º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF936E is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 147 110 -
CMYK 0 0.38 0.54 0.06
HSL 17.21º 0.8% 0.68% -
HSV(B) 17.21º 0.54% 0.94% -
XYZ 48.84 40.34 19.96 -
YUV 170.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 239 147 110 0 0.38 0.54 0.06 17.21 0.8 0.68
Hex EF 93 6E 0 26 36 6 11 50 44
Octal 357 223 156 0 46 66 6 21 120 104
Binary 11101111 10010011 1101110 0 100110 110110 110 10001 1010000 1000100

Color Harmonies of #EF936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF936E

Black with #EF936E

Text Example


Text Example

White with #EF936E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF936E; }

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

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

background-color css

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

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

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

border-color css

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

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

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