Html Css Color HEX #EF8C6A Dark Salmon

📋 copy color: '#EF8C6A'

red 239 ◦ green 140 ◦ blue 106

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

Shades of Dark Salmon #EF8C6A

Tints of Dark Salmon #EF8C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.86%

R = 49.28%
G = 28.87%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF8C6A (or 0xEF8C6A) is known color: Dark Salmon. HEX triplet: EF, 8C and 6A. RGB value is (239,140,106). Sum of RGB (Red+Green+Blue) = 239+140+106=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C6A is #107395. Grayscale: #A5A5A5. Windows color (decimal): -1078166 or 6982895. OLE color: 6982895.

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

Color convert

RGB 239 140 106 -
CMYK 0 0.41 0.56 0.06
HSL 15.34º 0.81% 0.68% -
HSV(B) 15.34º 0.56% 0.94% -
XYZ 47.58 38.15 18.49 -
YUV 165.73 94.3 180.26 -
System Red Green Blue C M Y K H S L
Decimal 239 140 106 0 0.41 0.56 0.06 15.34 0.81 0.68
Hex EF 8C 6A 0 29 38 6 F 51 44
Octal 357 214 152 0 51 70 6 17 121 104
Binary 11101111 10001100 1101010 0 101001 111000 110 1111 1010001 1000100

Color Harmonies of #EF8C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C6A

Black with #EF8C6A

Text Example


Text Example

White with #EF8C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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