Html Css Color HEX #EF8C6C Dark Salmon

📋 copy color: '#EF8C6C'

red 239 ◦ green 140 ◦ blue 108

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

Shades of Dark Salmon #EF8C6C

Tints of Dark Salmon #EF8C6C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.75%

 BLUE value IS 108 (42.58% from 255) = 22.18%

R = 49.08%
G = 28.75%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF8C6C (or 0xEF8C6C) is known color: Dark Salmon. HEX triplet: EF, 8C and 6C. RGB value is (239,140,108). Sum of RGB (Red+Green+Blue) = 239+140+108=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C6C is #107393. Grayscale: #A6A6A6. Windows color (decimal): -1078164 or 7113967. OLE color: 7113967.

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

Color convert

RGB 239 140 108 -
CMYK 0 0.41 0.55 0.06
HSL 14.66º 0.8% 0.68% -
HSV(B) 14.66º 0.55% 0.94% -
XYZ 47.68 38.19 19.05 -
YUV 165.95 95.3 180.1 -
System Red Green Blue C M Y K H S L
Decimal 239 140 108 0 0.41 0.55 0.06 14.66 0.8 0.68
Hex EF 8C 6C 0 29 37 6 F 50 44
Octal 357 214 154 0 51 67 6 17 120 104
Binary 11101111 10001100 1101100 0 101001 110111 110 1111 1010000 1000100

Color Harmonies of #EF8C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C6C

Black with #EF8C6C

Text Example


Text Example

White with #EF8C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C6C; }

 p { color: rgb(239,140,108); }

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

background-color css

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

 a { background-color: rgb(239,140,108); }

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

border-color css

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

 span { border-color: rgb(239,140,108); }

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