Html Css Color HEX #ED8876 Salmon

📋 copy color: '#ED8876'

red 237 ◦ green 136 ◦ blue 118

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

Shades of Salmon #ED8876

Tints of Salmon #ED8876

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.7%

 BLUE value IS 118 (46.48% from 255) = 24.03%

R = 48.27%
G = 27.7%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED8876 (or 0xED8876) is known color: Salmon. HEX triplet: ED, 88 and 76. RGB value is (237,136,118). Sum of RGB (Red+Green+Blue) = 237+136+118=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8876 is #127789. Grayscale: #A4A4A4. Windows color (decimal): -1210250 or 7768301. OLE color: 7768301.

HSL color Cylindrical-coordinate representation of color #ED8876: hue angle of 9.08º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED8876 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 136 118 -
CMYK 0 0.43 0.50 0.07
HSL 9.08º 0.77% 0.7% -
HSV(B) 9.08º 0.5% 0.93% -
XYZ 47 36.92 21.79 -
YUV 164.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 237 136 118 0 0.43 0.50 0.07 9.08 0.77 0.7
Hex ED 88 76 0 2B 32 7 9 4D 46
Octal 355 210 166 0 53 62 7 11 115 106
Binary 11101101 10001000 1110110 0 101011 110010 111 1001 1001101 1000110

Color Harmonies of #ED8876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8876

Black with #ED8876

Text Example


Text Example

White with #ED8876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8876; }

 p { color: rgb(237,136,118); }

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

background-color css

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

 a { background-color: rgb(237,136,118); }

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

border-color css

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

 span { border-color: rgb(237,136,118); }

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