Html Css Color HEX #ED9470 Dark Salmon

📋 copy color: '#ED9470'

red 237 ◦ green 148 ◦ blue 112

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

Shades of Dark Salmon #ED9470

Tints of Dark Salmon #ED9470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.78%

 BLUE value IS 112 (44.14% from 255) = 22.54%

R = 47.69%
G = 29.78%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED9470 (or 0xED9470) is known color: Dark Salmon. HEX triplet: ED, 94 and 70. RGB value is (237,148,112). Sum of RGB (Red+Green+Blue) = 237+148+112=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9470 is #126B8F. Grayscale: #AAAAAA. Windows color (decimal): -1207184 or 7378157. OLE color: 7378157.

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

Color convert

RGB 237 148 112 -
CMYK 0 0.38 0.53 0.07
HSL 17.28º 0.78% 0.68% -
HSV(B) 17.28º 0.53% 0.93% -
XYZ 48.44 40.35 20.57 -
YUV 170.51 94.99 175.43 -
System Red Green Blue C M Y K H S L
Decimal 237 148 112 0 0.38 0.53 0.07 17.28 0.78 0.68
Hex ED 94 70 0 26 35 7 11 4E 44
Octal 355 224 160 0 46 65 7 21 116 104
Binary 11101101 10010100 1110000 0 100110 110101 111 10001 1001110 1000100

Color Harmonies of #ED9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9470

Black with #ED9470

Text Example


Text Example

White with #ED9470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9470; }

 p { color: rgb(237,148,112); }

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

background-color css

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

 a { background-color: rgb(237,148,112); }

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

border-color css

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

 span { border-color: rgb(237,148,112); }

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