Html Css Color HEX #ED9F71 Dark Salmon

📋 copy color: '#ED9F71'

red 237 ◦ green 159 ◦ blue 113

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

Shades of Dark Salmon #ED9F71

Tints of Dark Salmon #ED9F71

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.24%

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

R = 46.56%
G = 31.24%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED9F71 (or 0xED9F71) is known color: Dark Salmon. HEX triplet: ED, 9F and 71. RGB value is (237,159,113). Sum of RGB (Red+Green+Blue) = 237+159+113=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9F71 is #12608E. Grayscale: #B1B1B1. Windows color (decimal): -1204367 or 7446509. OLE color: 7446509.

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

Color convert

RGB 237 159 113 -
CMYK 0 0.33 0.52 0.07
HSL 22.26º 0.78% 0.69% -
HSV(B) 22.26º 0.52% 0.93% -
XYZ 50.3 43.99 21.46 -
YUV 177.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 237 159 113 0 0.33 0.52 0.07 22.26 0.78 0.69
Hex ED 9F 71 0 21 34 7 16 4E 45
Octal 355 237 161 0 41 64 7 26 116 105
Binary 11101101 10011111 1110001 0 100001 110100 111 10110 1001110 1000101

Color Harmonies of #ED9F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F71

Black with #ED9F71

Text Example


Text Example

White with #ED9F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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