Html Css Color HEX #ED916F Dark Salmon

📋 copy color: '#ED916F'

red 237 ◦ green 145 ◦ blue 111

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

Shades of Dark Salmon #ED916F

Tints of Dark Salmon #ED916F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.41%

 BLUE value IS 111 (43.75% from 255) = 22.52%

R = 48.07%
G = 29.41%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED916F (or 0xED916F) is known color: Dark Salmon. HEX triplet: ED, 91 and 6F. RGB value is (237,145,111). Sum of RGB (Red+Green+Blue) = 237+145+111=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED916F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED916F is #126E90. Grayscale: #A8A8A8. Windows color (decimal): -1207953 or 7311853. OLE color: 7311853.

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

Color convert

RGB 237 145 111 -
CMYK 0 0.39 0.53 0.07
HSL 16.19º 0.78% 0.68% -
HSV(B) 16.19º 0.53% 0.93% -
XYZ 47.92 39.4 20.12 -
YUV 168.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 237 145 111 0 0.39 0.53 0.07 16.19 0.78 0.68
Hex ED 91 6F 0 27 35 7 10 4E 44
Octal 355 221 157 0 47 65 7 20 116 104
Binary 11101101 10010001 1101111 0 100111 110101 111 10000 1001110 1000100

Color Harmonies of #ED916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED916F

Black with #ED916F

Text Example


Text Example

White with #ED916F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED916F; }

 p { color: rgb(237,145,111); }

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

background-color css

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

 a { background-color: rgb(237,145,111); }

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

border-color css

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

 span { border-color: rgb(237,145,111); }

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