Html Css Color HEX #ED8974 Dark Salmon

📋 copy color: '#ED8974'

red 237 ◦ green 137 ◦ blue 116

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

Shades of Dark Salmon #ED8974

Tints of Dark Salmon #ED8974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.96%

 BLUE value IS 116 (45.7% from 255) = 23.67%

R = 48.37%
G = 27.96%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED8974 (or 0xED8974) is known color: Dark Salmon. HEX triplet: ED, 89 and 74. RGB value is (237,137,116). Sum of RGB (Red+Green+Blue) = 237+137+116=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8974 is #12768B. Grayscale: #A4A4A4. Windows color (decimal): -1209996 or 7637485. OLE color: 7637485.

HSL color Cylindrical-coordinate representation of color #ED8974: hue angle of 10.41º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED8974 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 137 116 -
CMYK 0 0.42 0.51 0.07
HSL 10.41º 0.77% 0.69% -
HSV(B) 10.41º 0.51% 0.93% -
XYZ 47.02 37.16 21.22 -
YUV 164.51 100.63 179.71 -
System Red Green Blue C M Y K H S L
Decimal 237 137 116 0 0.42 0.51 0.07 10.41 0.77 0.69
Hex ED 89 74 0 2A 33 7 A 4D 45
Octal 355 211 164 0 52 63 7 12 115 105
Binary 11101101 10001001 1110100 0 101010 110011 111 1010 1001101 1000101

Color Harmonies of #ED8974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8974

Black with #ED8974

Text Example


Text Example

White with #ED8974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8974; }

 p { color: rgb(237,137,116); }

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

background-color css

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

 a { background-color: rgb(237,137,116); }

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

border-color css

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

 span { border-color: rgb(237,137,116); }

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