Html Css Color HEX #ED8570 Salmon

📋 copy color: '#ED8570'

red 237 ◦ green 133 ◦ blue 112

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

Shades of Salmon #ED8570

Tints of Salmon #ED8570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.59%

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 49.17%
G = 27.59%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED8570 (or 0xED8570) is known color: Salmon. HEX triplet: ED, 85 and 70. RGB value is (237,133,112). Sum of RGB (Red+Green+Blue) = 237+133+112=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8570 is #127A8F. Grayscale: #A1A1A1. Windows color (decimal): -1211024 or 7374317. OLE color: 7374317.

HSL color Cylindrical-coordinate representation of color #ED8570: hue angle of 10.08º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED8570 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 133 112 -
CMYK 0 0.44 0.53 0.07
HSL 10.08º 0.78% 0.68% -
HSV(B) 10.08º 0.53% 0.93% -
XYZ 46.24 35.95 19.83 -
YUV 161.7 99.96 181.71 -
System Red Green Blue C M Y K H S L
Decimal 237 133 112 0 0.44 0.53 0.07 10.08 0.78 0.68
Hex ED 85 70 0 2C 35 7 A 4E 44
Octal 355 205 160 0 54 65 7 12 116 104
Binary 11101101 10000101 1110000 0 101100 110101 111 1010 1001110 1000100

Color Harmonies of #ED8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8570

Black with #ED8570

Text Example


Text Example

White with #ED8570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8570; }

 p { color: rgb(237,133,112); }

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

background-color css

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

 a { background-color: rgb(237,133,112); }

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

border-color css

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

 span { border-color: rgb(237,133,112); }

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