Html Css Color HEX #ED8468 Salmon

📋 copy color: '#ED8468'

red 237 ◦ green 132 ◦ blue 104

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

Shades of Salmon #ED8468

Tints of Salmon #ED8468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.99%

R = 50.11%
G = 27.91%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED8468 (or 0xED8468) is known color: Salmon. HEX triplet: ED, 84 and 68. RGB value is (237,132,104). Sum of RGB (Red+Green+Blue) = 237+132+104=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8468 is #127B97. Grayscale: #A0A0A0. Windows color (decimal): -1211288 or 6849773. OLE color: 6849773.

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

Color convert

RGB 237 132 104 -
CMYK 0 0.44 0.56 0.07
HSL 12.63º 0.79% 0.67% -
HSV(B) 12.63º 0.56% 0.93% -
XYZ 45.68 35.51 17.54 -
YUV 160.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 237 132 104 0 0.44 0.56 0.07 12.63 0.79 0.67
Hex ED 84 68 0 2C 38 7 D 4F 43
Octal 355 204 150 0 54 70 7 15 117 103
Binary 11101101 10000100 1101000 0 101100 111000 111 1101 1001111 1000011

Color Harmonies of #ED8468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8468

Black with #ED8468

Text Example


Text Example

White with #ED8468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8468; }

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

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

background-color css

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

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

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

border-color css

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

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

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