Html Css Color HEX #EF8A78 Dark Salmon

📋 copy color: '#EF8A78'

red 239 ◦ green 138 ◦ blue 120

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

Shades of Dark Salmon #EF8A78

Tints of Dark Salmon #EF8A78

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.77%

 BLUE value IS 120 (47.27% from 255) = 24.14%

R = 48.09%
G = 27.77%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF8A78 (or 0xEF8A78) is known color: Dark Salmon. HEX triplet: EF, 8A and 78. RGB value is (239,138,120). Sum of RGB (Red+Green+Blue) = 239+138+120=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8A78 is #107587. Grayscale: #A6A6A6. Windows color (decimal): -1078664 or 7899887. OLE color: 7899887.

HSL color Cylindrical-coordinate representation of color #EF8A78: hue angle of 9.08º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF8A78 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 138 120 -
CMYK 0 0.42 0.50 0.06
HSL 9.08º 0.79% 0.7% -
HSV(B) 9.08º 0.5% 0.94% -
XYZ 48.08 37.88 22.55 -
YUV 166.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 239 138 120 0 0.42 0.50 0.06 9.08 0.79 0.7
Hex EF 8A 78 0 2A 32 6 9 4F 46
Octal 357 212 170 0 52 62 6 11 117 106
Binary 11101111 10001010 1111000 0 101010 110010 110 1001 1001111 1000110

Color Harmonies of #EF8A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A78

Black with #EF8A78

Text Example


Text Example

White with #EF8A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A78; }

 p { color: rgb(239,138,120); }

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

background-color css

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

 a { background-color: rgb(239,138,120); }

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

border-color css

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

 span { border-color: rgb(239,138,120); }

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