Html Css Color HEX #ED9278 Dark Salmon

📋 copy color: '#ED9278'

red 237 ◦ green 146 ◦ blue 120

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

Shades of Dark Salmon #ED9278

Tints of Dark Salmon #ED9278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.03%

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

R = 47.12%
G = 29.03%
B = 23.86%

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

#ED9278 (or 0xED9278) is known color: Dark Salmon. HEX triplet: ED, 92 and 78. RGB value is (237,146,120). Sum of RGB (Red+Green+Blue) = 237+146+120=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9278 is #126D87. Grayscale: #AAAAAA. Windows color (decimal): -1207688 or 7901933. OLE color: 7901933.

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

Color convert

RGB 237 146 120 -
CMYK 0 0.38 0.49 0.07
HSL 13.33º 0.76% 0.7% -
HSV(B) 13.33º 0.49% 0.93% -
XYZ 48.59 39.92 22.91 -
YUV 170.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 237 146 120 0 0.38 0.49 0.07 13.33 0.76 0.7
Hex ED 92 78 0 26 31 7 D 4C 46
Octal 355 222 170 0 46 61 7 15 114 106
Binary 11101101 10010010 1111000 0 100110 110001 111 1101 1001100 1000110

Color Harmonies of #ED9278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9278

Black with #ED9278

Text Example


Text Example

White with #ED9278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9278; }

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

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

background-color css

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

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

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

border-color css

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

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

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