Html Css Color HEX #ED8470 Salmon

📋 copy color: '#ED8470'

red 237 ◦ green 132 ◦ blue 112

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

Shades of Salmon #ED8470

Tints of Salmon #ED8470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.44%

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

R = 49.27%
G = 27.44%
B = 23.28%

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

#ED8470 (or 0xED8470) is known color: Salmon. HEX triplet: ED, 84 and 70. RGB value is (237,132,112). Sum of RGB (Red+Green+Blue) = 237+132+112=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8470 is #127B8F. Grayscale: #A1A1A1. Windows color (decimal): -1211280 or 7374061. OLE color: 7374061.

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

Color convert

RGB 237 132 112 -
CMYK 0 0.44 0.53 0.07
HSL 9.6º 0.78% 0.68% -
HSV(B) 9.6º 0.53% 0.93% -
XYZ 46.1 35.68 19.79 -
YUV 161.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 237 132 112 0 0.44 0.53 0.07 9.6 0.78 0.68
Hex ED 84 70 0 2C 35 7 A 4E 44
Octal 355 204 160 0 54 65 7 12 116 104
Binary 11101101 10000100 1110000 0 101100 110101 111 1010 1001110 1000100

Color Harmonies of #ED8470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8470

Black with #ED8470

Text Example


Text Example

White with #ED8470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8470; }

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

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

background-color css

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

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

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

border-color css

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

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

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