Html Css Color HEX #ED8D72 Dark Salmon

📋 copy color: '#ED8D72'

red 237 ◦ green 141 ◦ blue 114

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

Shades of Dark Salmon #ED8D72

Tints of Dark Salmon #ED8D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.66%

 BLUE value IS 114 (44.92% from 255) = 23.17%

R = 48.17%
G = 28.66%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED8D72 (or 0xED8D72) is known color: Dark Salmon. HEX triplet: ED, 8D and 72. RGB value is (237,141,114). Sum of RGB (Red+Green+Blue) = 237+141+114=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8D72 is #12728D. Grayscale: #A6A6A6. Windows color (decimal): -1208974 or 7507437. OLE color: 7507437.

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

Color convert

RGB 237 141 114 -
CMYK 0 0.41 0.52 0.07
HSL 13.17º 0.77% 0.69% -
HSV(B) 13.17º 0.52% 0.93% -
XYZ 47.49 38.27 20.8 -
YUV 166.63 98.3 178.2 -
System Red Green Blue C M Y K H S L
Decimal 237 141 114 0 0.41 0.52 0.07 13.17 0.77 0.69
Hex ED 8D 72 0 29 34 7 D 4D 45
Octal 355 215 162 0 51 64 7 15 115 105
Binary 11101101 10001101 1110010 0 101001 110100 111 1101 1001101 1000101

Color Harmonies of #ED8D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D72

Black with #ED8D72

Text Example


Text Example

White with #ED8D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D72; }

 p { color: rgb(237,141,114); }

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

background-color css

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

 a { background-color: rgb(237,141,114); }

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

border-color css

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

 span { border-color: rgb(237,141,114); }

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