Html Css Color HEX #ED9879 Dark Salmon

📋 copy color: '#ED9879'

red 237 ◦ green 152 ◦ blue 121

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

Shades of Dark Salmon #ED9879

Tints of Dark Salmon #ED9879

RGB

 RED value IS 237 (92.97% from 255) = 46.47%

 GREEN value IS 152 (59.77% from 255) = 29.8%

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

R = 46.47%
G = 29.8%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED9879 (or 0xED9879) is known color: Dark Salmon. HEX triplet: ED, 98 and 79. RGB value is (237,152,121). Sum of RGB (Red+Green+Blue) = 237+152+121=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9879 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9879 is #126786. Grayscale: #AEAEAE. Windows color (decimal): -1206151 or 7969005. OLE color: 7969005.

HSL color Cylindrical-coordinate representation of color #ED9879: hue angle of 16.03º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED9879 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 152 121 -
CMYK 0 0.36 0.49 0.07
HSL 16.03º 0.76% 0.7% -
HSV(B) 16.03º 0.49% 0.93% -
XYZ 49.6 41.84 23.55 -
YUV 173.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 237 152 121 0 0.36 0.49 0.07 16.03 0.76 0.7
Hex ED 98 79 0 24 31 7 10 4C 46
Octal 355 230 171 0 44 61 7 20 114 106
Binary 11101101 10011000 1111001 0 100100 110001 111 10000 1001100 1000110

Color Harmonies of #ED9879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9879

Black with #ED9879

Text Example


Text Example

White with #ED9879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9879; }

 p { color: rgb(237,152,121); }

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

background-color css

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

 a { background-color: rgb(237,152,121); }

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

border-color css

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

 span { border-color: rgb(237,152,121); }

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