Html Css Color HEX #ED9478 Dark Salmon

📋 copy color: '#ED9478'

red 237 ◦ green 148 ◦ blue 120

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

Shades of Dark Salmon #ED9478

Tints of Dark Salmon #ED9478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.76%

R = 46.93%
G = 29.31%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED9478 (or 0xED9478) is known color: Dark Salmon. HEX triplet: ED, 94 and 78. RGB value is (237,148,120). Sum of RGB (Red+Green+Blue) = 237+148+120=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9478 is #126B87. Grayscale: #ABABAB. Windows color (decimal): -1207176 or 7902445. OLE color: 7902445.

HSL color Cylindrical-coordinate representation of color #ED9478: hue angle of 14.36º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED9478 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 148 120 -
CMYK 0 0.38 0.49 0.07
HSL 14.36º 0.76% 0.7% -
HSV(B) 14.36º 0.49% 0.93% -
XYZ 48.91 40.54 23.02 -
YUV 171.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 237 148 120 0 0.38 0.49 0.07 14.36 0.76 0.7
Hex ED 94 78 0 26 31 7 E 4C 46
Octal 355 224 170 0 46 61 7 16 114 106
Binary 11101101 10010100 1111000 0 100110 110001 111 1110 1001100 1000110

Color Harmonies of #ED9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9478

Black with #ED9478

Text Example


Text Example

White with #ED9478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9478; }

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

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

background-color css

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

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

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

border-color css

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

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

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