Html Css Color HEX #ED9971 Dark Salmon

📋 copy color: '#ED9971'

red 237 ◦ green 153 ◦ blue 113

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

Shades of Dark Salmon #ED9971

Tints of Dark Salmon #ED9971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.42%

 BLUE value IS 113 (44.53% from 255) = 22.47%

R = 47.12%
G = 30.42%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED9971 (or 0xED9971) is known color: Dark Salmon. HEX triplet: ED, 99 and 71. RGB value is (237,153,113). Sum of RGB (Red+Green+Blue) = 237+153+113=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9971 is #12668E. Grayscale: #ADADAD. Windows color (decimal): -1205903 or 7444973. OLE color: 7444973.

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

Color convert

RGB 237 153 113 -
CMYK 0 0.35 0.52 0.07
HSL 19.35º 0.78% 0.69% -
HSV(B) 19.35º 0.52% 0.93% -
XYZ 49.3 41.98 21.13 -
YUV 173.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 237 153 113 0 0.35 0.52 0.07 19.35 0.78 0.69
Hex ED 99 71 0 23 34 7 13 4E 45
Octal 355 231 161 0 43 64 7 23 116 105
Binary 11101101 10011001 1110001 0 100011 110100 111 10011 1001110 1000101

Color Harmonies of #ED9971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9971

Black with #ED9971

Text Example


Text Example

White with #ED9971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9971; }

 p { color: rgb(237,153,113); }

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

background-color css

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

 a { background-color: rgb(237,153,113); }

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

border-color css

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

 span { border-color: rgb(237,153,113); }

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