Html Css Color HEX #ED8975 Dark Salmon

📋 copy color: '#ED8975'

red 237 ◦ green 137 ◦ blue 117

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

Shades of Dark Salmon #ED8975

Tints of Dark Salmon #ED8975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 48.27%
G = 27.9%
B = 23.83%

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

#ED8975 (or 0xED8975) is known color: Dark Salmon. HEX triplet: ED, 89 and 75. RGB value is (237,137,117). Sum of RGB (Red+Green+Blue) = 237+137+117=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8975 is #12768A. Grayscale: #A4A4A4. Windows color (decimal): -1209995 or 7703021. OLE color: 7703021.

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

Color convert

RGB 237 137 117 -
CMYK 0 0.42 0.51 0.07
HSL 10º 0.77% 0.69% -
HSV(B) 10º 0.51% 0.93% -
XYZ 47.08 37.18 21.52 -
YUV 164.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 237 137 117 0 0.42 0.51 0.07 10 0.77 0.69
Hex ED 89 75 0 2A 33 7 A 4D 45
Octal 355 211 165 0 52 63 7 12 115 105
Binary 11101101 10001001 1110101 0 101010 110011 111 1010 1001101 1000101

Color Harmonies of #ED8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8975

Black with #ED8975

Text Example


Text Example

White with #ED8975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8975; }

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

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

background-color css

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

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

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

border-color css

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

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

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