Html Css Color HEX #ED8166 Salmon

📋 copy color: '#ED8166'

red 237 ◦ green 129 ◦ blue 102

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

Shades of Salmon #ED8166

Tints of Salmon #ED8166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.56%

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

R = 50.64%
G = 27.56%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED8166 (or 0xED8166) is known color: Salmon. HEX triplet: ED, 81 and 66. RGB value is (237,129,102). Sum of RGB (Red+Green+Blue) = 237+129+102=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8166 is #127E99. Grayscale: #9E9E9E. Windows color (decimal): -1212058 or 6717933. OLE color: 6717933.

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

Color convert

RGB 237 129 102 -
CMYK 0 0.46 0.57 0.07
HSL 12º 0.79% 0.66% -
HSV(B) 12º 0.57% 0.93% -
XYZ 45.17 34.66 16.88 -
YUV 158.21 96.28 184.2 -
System Red Green Blue C M Y K H S L
Decimal 237 129 102 0 0.46 0.57 0.07 12 0.79 0.66
Hex ED 81 66 0 2E 39 7 C 4F 42
Octal 355 201 146 0 56 71 7 14 117 102
Binary 11101101 10000001 1100110 0 101110 111001 111 1100 1001111 1000010

Color Harmonies of #ED8166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8166

Black with #ED8166

Text Example


Text Example

White with #ED8166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8166; }

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

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

background-color css

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

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

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

border-color css

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

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

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