Html Css Color HEX #EF9478 Dark Salmon

📋 copy color: '#EF9478'

red 239 ◦ green 148 ◦ blue 120

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

Shades of Dark Salmon #EF9478

Tints of Dark Salmon #EF9478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.19%

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

R = 47.14%
G = 29.19%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF9478 (or 0xEF9478) is known color: Dark Salmon. HEX triplet: EF, 94 and 78. RGB value is (239,148,120). Sum of RGB (Red+Green+Blue) = 239+148+120=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9478 is #106B87. Grayscale: #ACACAC. Windows color (decimal): -1076104 or 7902447. OLE color: 7902447.

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

Color convert

RGB 239 148 120 -
CMYK 0 0.38 0.50 0.06
HSL 14.12º 0.79% 0.7% -
HSV(B) 14.12º 0.5% 0.94% -
XYZ 49.58 40.89 23.05 -
YUV 172.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 239 148 120 0 0.38 0.50 0.06 14.12 0.79 0.7
Hex EF 94 78 0 26 32 6 E 4F 46
Octal 357 224 170 0 46 62 6 16 117 106
Binary 11101111 10010100 1111000 0 100110 110010 110 1110 1001111 1000110

Color Harmonies of #EF9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9478

Black with #EF9478

Text Example


Text Example

White with #EF9478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9478; }

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

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

background-color css

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

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

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

border-color css

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

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

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