Html Css Color HEX #EF8E6B Dark Salmon

📋 copy color: '#EF8E6B'

red 239 ◦ green 142 ◦ blue 107

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

Shades of Dark Salmon #EF8E6B

Tints of Dark Salmon #EF8E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.1%

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

R = 48.98%
G = 29.1%
B = 21.93%

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

#EF8E6B (or 0xEF8E6B) is known color: Dark Salmon. HEX triplet: EF, 8E and 6B. RGB value is (239,142,107). Sum of RGB (Red+Green+Blue) = 239+142+107=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8E6B is #107194. Grayscale: #A7A7A7. Windows color (decimal): -1077653 or 7048943. OLE color: 7048943.

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

Color convert

RGB 239 142 107 -
CMYK 0 0.41 0.55 0.06
HSL 15.91º 0.8% 0.68% -
HSV(B) 15.91º 0.55% 0.94% -
XYZ 47.92 38.76 18.87 -
YUV 167.01 94.14 179.35 -
System Red Green Blue C M Y K H S L
Decimal 239 142 107 0 0.41 0.55 0.06 15.91 0.8 0.68
Hex EF 8E 6B 0 29 37 6 10 50 44
Octal 357 216 153 0 51 67 6 20 120 104
Binary 11101111 10001110 1101011 0 101001 110111 110 10000 1010000 1000100

Color Harmonies of #EF8E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8E6B

Black with #EF8E6B

Text Example


Text Example

White with #EF8E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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