Html Css Color HEX #ED8970 Dark Salmon

📋 copy color: '#ED8970'

red 237 ◦ green 137 ◦ blue 112

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

Shades of Dark Salmon #ED8970

Tints of Dark Salmon #ED8970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.05%

R = 48.77%
G = 28.19%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED8970 (or 0xED8970) is known color: Dark Salmon. HEX triplet: ED, 89 and 70. RGB value is (237,137,112). Sum of RGB (Red+Green+Blue) = 237+137+112=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8970 is #12768F. Grayscale: #A4A4A4. Windows color (decimal): -1210000 or 7375341. OLE color: 7375341.

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

Color convert

RGB 237 137 112 -
CMYK 0 0.42 0.53 0.07
HSL 12º 0.78% 0.68% -
HSV(B) 12º 0.53% 0.93% -
XYZ 46.8 37.07 20.02 -
YUV 164.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 237 137 112 0 0.42 0.53 0.07 12 0.78 0.68
Hex ED 89 70 0 2A 35 7 C 4E 44
Octal 355 211 160 0 52 65 7 14 116 104
Binary 11101101 10001001 1110000 0 101010 110101 111 1100 1001110 1000100

Color Harmonies of #ED8970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8970

Black with #ED8970

Text Example


Text Example

White with #ED8970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8970; }

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

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

background-color css

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

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

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

border-color css

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

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

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