Html Css Color HEX #ED8467 Salmon

📋 copy color: '#ED8467'

red 237 ◦ green 132 ◦ blue 103

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

Shades of Salmon #ED8467

Tints of Salmon #ED8467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.82%

R = 50.21%
G = 27.97%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED8467 (or 0xED8467) is known color: Salmon. HEX triplet: ED, 84 and 67. RGB value is (237,132,103). Sum of RGB (Red+Green+Blue) = 237+132+103=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8467 is #127B98. Grayscale: #A0A0A0. Windows color (decimal): -1211289 or 6784237. OLE color: 6784237.

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

Color convert

RGB 237 132 103 -
CMYK 0 0.44 0.57 0.07
HSL 12.99º 0.79% 0.67% -
HSV(B) 12.99º 0.57% 0.93% -
XYZ 45.62 35.49 17.28 -
YUV 160.09 95.79 182.86 -
System Red Green Blue C M Y K H S L
Decimal 237 132 103 0 0.44 0.57 0.07 12.99 0.79 0.67
Hex ED 84 67 0 2C 39 7 D 4F 43
Octal 355 204 147 0 54 71 7 15 117 103
Binary 11101101 10000100 1100111 0 101100 111001 111 1101 1001111 1000011

Color Harmonies of #ED8467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8467

Black with #ED8467

Text Example


Text Example

White with #ED8467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8467; }

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

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

background-color css

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

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

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

border-color css

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

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

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