Html Css Color HEX #ED8773 Salmon

📋 copy color: '#ED8773'

red 237 ◦ green 135 ◦ blue 115

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

Shades of Salmon #ED8773

Tints of Salmon #ED8773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.72%

 BLUE value IS 115 (45.31% from 255) = 23.61%

R = 48.67%
G = 27.72%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED8773 (or 0xED8773) is known color: Salmon. HEX triplet: ED, 87 and 73. RGB value is (237,135,115). Sum of RGB (Red+Green+Blue) = 237+135+115=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8773 is #12788C. Grayscale: #A3A3A3. Windows color (decimal): -1210509 or 7571437. OLE color: 7571437.

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

Color convert

RGB 237 135 115 -
CMYK 0 0.43 0.51 0.07
HSL 9.84º 0.77% 0.69% -
HSV(B) 9.84º 0.51% 0.93% -
XYZ 46.68 36.57 20.82 -
YUV 163.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 237 135 115 0 0.43 0.51 0.07 9.84 0.77 0.69
Hex ED 87 73 0 2B 33 7 A 4D 45
Octal 355 207 163 0 53 63 7 12 115 105
Binary 11101101 10000111 1110011 0 101011 110011 111 1010 1001101 1000101

Color Harmonies of #ED8773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8773

Black with #ED8773

Text Example


Text Example

White with #ED8773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8773; }

 p { color: rgb(237,135,115); }

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

background-color css

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

 a { background-color: rgb(237,135,115); }

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

border-color css

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

 span { border-color: rgb(237,135,115); }

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