Html Css Color HEX #ED866B Salmon

📋 copy color: '#ED866B'

red 237 ◦ green 134 ◦ blue 107

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

Shades of Salmon #ED866B

Tints of Salmon #ED866B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.03%

 BLUE value IS 107 (42.19% from 255) = 22.38%

R = 49.58%
G = 28.03%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED866B (or 0xED866B) is known color: Salmon. HEX triplet: ED, 86 and 6B. RGB value is (237,134,107). Sum of RGB (Red+Green+Blue) = 237+134+107=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED866B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED866B is #127994. Grayscale: #A1A1A1. Windows color (decimal): -1210773 or 7046893. OLE color: 7046893.

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

Color convert

RGB 237 134 107 -
CMYK 0 0.43 0.55 0.07
HSL 12.46º 0.78% 0.67% -
HSV(B) 12.46º 0.55% 0.93% -
XYZ 46.1 36.12 18.45 -
YUV 161.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 237 134 107 0 0.43 0.55 0.07 12.46 0.78 0.67
Hex ED 86 6B 0 2B 37 7 C 4E 43
Octal 355 206 153 0 53 67 7 14 116 103
Binary 11101101 10000110 1101011 0 101011 110111 111 1100 1001110 1000011

Color Harmonies of #ED866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED866B

Black with #ED866B

Text Example


Text Example

White with #ED866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED866B; }

 p { color: rgb(237,134,107); }

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

background-color css

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

 a { background-color: rgb(237,134,107); }

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

border-color css

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

 span { border-color: rgb(237,134,107); }

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