Html Css Color HEX #ED8466 Salmon

📋 copy color: '#ED8466'

red 237 ◦ green 132 ◦ blue 102

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

Shades of Salmon #ED8466

Tints of Salmon #ED8466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.66%

R = 50.32%
G = 28.03%
B = 21.66%

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

#ED8466 (or 0xED8466) is known color: Salmon. HEX triplet: ED, 84 and 66. RGB value is (237,132,102). Sum of RGB (Red+Green+Blue) = 237+132+102=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8466 is #127B99. Grayscale: #A0A0A0. Windows color (decimal): -1211290 or 6718701. OLE color: 6718701.

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

Color convert

RGB 237 132 102 -
CMYK 0 0.44 0.57 0.07
HSL 13.33º 0.79% 0.66% -
HSV(B) 13.33º 0.57% 0.93% -
XYZ 45.57 35.47 17.01 -
YUV 159.98 95.29 182.94 -
System Red Green Blue C M Y K H S L
Decimal 237 132 102 0 0.44 0.57 0.07 13.33 0.79 0.66
Hex ED 84 66 0 2C 39 7 D 4F 42
Octal 355 204 146 0 54 71 7 15 117 102
Binary 11101101 10000100 1100110 0 101100 111001 111 1101 1001111 1000010

Color Harmonies of #ED8466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8466

Black with #ED8466

Text Example


Text Example

White with #ED8466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8466; }

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

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

background-color css

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

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

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

border-color css

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

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

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