Html Css Color HEX #ED9778 Dark Salmon

📋 copy color: '#ED9778'

red 237 ◦ green 151 ◦ blue 120

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

Shades of Dark Salmon #ED9778

Tints of Dark Salmon #ED9778

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.72%

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

R = 46.65%
G = 29.72%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED9778 (or 0xED9778) is known color: Dark Salmon. HEX triplet: ED, 97 and 78. RGB value is (237,151,120). Sum of RGB (Red+Green+Blue) = 237+151+120=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9778 is #126887. Grayscale: #ADADAD. Windows color (decimal): -1206408 or 7903213. OLE color: 7903213.

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

Color convert

RGB 237 151 120 -
CMYK 0 0.36 0.49 0.07
HSL 15.9º 0.76% 0.7% -
HSV(B) 15.9º 0.49% 0.93% -
XYZ 49.38 41.49 23.18 -
YUV 173.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 237 151 120 0 0.36 0.49 0.07 15.9 0.76 0.7
Hex ED 97 78 0 24 31 7 10 4C 46
Octal 355 227 170 0 44 61 7 20 114 106
Binary 11101101 10010111 1111000 0 100100 110001 111 10000 1001100 1000110

Color Harmonies of #ED9778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9778

Black with #ED9778

Text Example


Text Example

White with #ED9778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9778; }

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

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

background-color css

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

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

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

border-color css

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

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

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