Html Css Color HEX #ED8A79 Dark Salmon

📋 copy color: '#ED8A79'

red 237 ◦ green 138 ◦ blue 121

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

Shades of Dark Salmon #ED8A79

Tints of Dark Salmon #ED8A79

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.82%

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

R = 47.78%
G = 27.82%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED8A79 (or 0xED8A79) is known color: Dark Salmon. HEX triplet: ED, 8A and 79. RGB value is (237,138,121). Sum of RGB (Red+Green+Blue) = 237+138+121=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8A79 is #127586. Grayscale: #A5A5A5. Windows color (decimal): -1209735 or 7965421. OLE color: 7965421.

HSL color Cylindrical-coordinate representation of color #ED8A79: hue angle of 8.79º 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 #ED8A79 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 138 121 -
CMYK 0 0.42 0.49 0.07
HSL 8.79º 0.76% 0.7% -
HSV(B) 8.79º 0.49% 0.93% -
XYZ 47.46 37.56 22.84 -
YUV 165.66 102.8 178.88 -
System Red Green Blue C M Y K H S L
Decimal 237 138 121 0 0.42 0.49 0.07 8.79 0.76 0.7
Hex ED 8A 79 0 2A 31 7 9 4C 46
Octal 355 212 171 0 52 61 7 11 114 106
Binary 11101101 10001010 1111001 0 101010 110001 111 1001 1001100 1000110

Color Harmonies of #ED8A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A79

Black with #ED8A79

Text Example


Text Example

White with #ED8A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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