Html Css Color HEX #EF9279 Dark Salmon

📋 copy color: '#EF9279'

red 239 ◦ green 146 ◦ blue 121

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

Shades of Dark Salmon #EF9279

Tints of Dark Salmon #EF9279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.85%

 BLUE value IS 121 (47.66% from 255) = 23.91%

R = 47.23%
G = 28.85%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF9279 (or 0xEF9279) is known color: Dark Salmon. HEX triplet: EF, 92 and 79. RGB value is (239,146,121). Sum of RGB (Red+Green+Blue) = 239+146+121=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9279 is #106D86. Grayscale: #ABABAB. Windows color (decimal): -1076615 or 7967471. OLE color: 7967471.

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

Color convert

RGB 239 146 121 -
CMYK 0 0.39 0.49 0.06
HSL 12.71º 0.79% 0.71% -
HSV(B) 12.71º 0.49% 0.94% -
XYZ 49.33 40.29 23.27 -
YUV 170.96 99.81 176.53 -
System Red Green Blue C M Y K H S L
Decimal 239 146 121 0 0.39 0.49 0.06 12.71 0.79 0.71
Hex EF 92 79 0 27 31 6 D 4F 47
Octal 357 222 171 0 47 61 6 15 117 107
Binary 11101111 10010010 1111001 0 100111 110001 110 1101 1001111 1000111

Color Harmonies of #EF9279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9279

Black with #EF9279

Text Example


Text Example

White with #EF9279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9279; }

 p { color: rgb(239,146,121); }

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

background-color css

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

 a { background-color: rgb(239,146,121); }

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

border-color css

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

 span { border-color: rgb(239,146,121); }

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