Html Css Color HEX #EF9A76 Dark Salmon

📋 copy color: '#EF9A76'

red 239 ◦ green 154 ◦ blue 118

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

Shades of Dark Salmon #EF9A76

Tints of Dark Salmon #EF9A76

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.14%

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

R = 46.77%
G = 30.14%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF9A76 (or 0xEF9A76) is known color: Dark Salmon. HEX triplet: EF, 9A and 76. RGB value is (239,154,118). Sum of RGB (Red+Green+Blue) = 239+154+118=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A76 is #106589. Grayscale: #AFAFAF. Windows color (decimal): -1074570 or 7772911. OLE color: 7772911.

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

Color convert

RGB 239 154 118 -
CMYK 0 0.36 0.51 0.06
HSL 17.85º 0.79% 0.7% -
HSV(B) 17.85º 0.51% 0.94% -
XYZ 50.42 42.77 22.74 -
YUV 175.31 95.66 173.43 -
System Red Green Blue C M Y K H S L
Decimal 239 154 118 0 0.36 0.51 0.06 17.85 0.79 0.7
Hex EF 9A 76 0 24 33 6 12 4F 46
Octal 357 232 166 0 44 63 6 22 117 106
Binary 11101111 10011010 1110110 0 100100 110011 110 10010 1001111 1000110

Color Harmonies of #EF9A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A76

Black with #EF9A76

Text Example


Text Example

White with #EF9A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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