Html Css Color HEX #EF9376 Dark Salmon

📋 copy color: '#EF9376'

red 239 ◦ green 147 ◦ blue 118

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

Shades of Dark Salmon #EF9376

Tints of Dark Salmon #EF9376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.17%

 BLUE value IS 118 (46.48% from 255) = 23.41%

R = 47.42%
G = 29.17%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF9376 (or 0xEF9376) is known color: Dark Salmon. HEX triplet: EF, 93 and 76. RGB value is (239,147,118). Sum of RGB (Red+Green+Blue) = 239+147+118=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9376 is #106C89. Grayscale: #ABABAB. Windows color (decimal): -1076362 or 7771119. OLE color: 7771119.

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

Color convert

RGB 239 147 118 -
CMYK 0 0.38 0.51 0.06
HSL 14.38º 0.79% 0.7% -
HSV(B) 14.38º 0.51% 0.94% -
XYZ 49.3 40.53 22.36 -
YUV 171.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 239 147 118 0 0.38 0.51 0.06 14.38 0.79 0.7
Hex EF 93 76 0 26 33 6 E 4F 46
Octal 357 223 166 0 46 63 6 16 117 106
Binary 11101111 10010011 1110110 0 100110 110011 110 1110 1001111 1000110

Color Harmonies of #EF9376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9376

Black with #EF9376

Text Example


Text Example

White with #EF9376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9376; }

 p { color: rgb(239,147,118); }

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

background-color css

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

 a { background-color: rgb(239,147,118); }

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

border-color css

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

 span { border-color: rgb(239,147,118); }

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