Html Css Color HEX #ED866A Salmon

📋 copy color: '#ED866A'

red 237 ◦ green 134 ◦ blue 106

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

Shades of Salmon #ED866A

Tints of Salmon #ED866A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.22%

R = 49.69%
G = 28.09%
B = 22.22%

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

#ED866A (or 0xED866A) is known color: Salmon. HEX triplet: ED, 86 and 6A. RGB value is (237,134,106). Sum of RGB (Red+Green+Blue) = 237+134+106=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED866A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED866A is #127995. Grayscale: #A1A1A1. Windows color (decimal): -1210774 or 6981357. OLE color: 6981357.

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

Color convert

RGB 237 134 106 -
CMYK 0 0.43 0.55 0.07
HSL 12.82º 0.78% 0.67% -
HSV(B) 12.82º 0.55% 0.93% -
XYZ 46.05 36.1 18.18 -
YUV 161.61 96.62 181.78 -
System Red Green Blue C M Y K H S L
Decimal 237 134 106 0 0.43 0.55 0.07 12.82 0.78 0.67
Hex ED 86 6A 0 2B 37 7 D 4E 43
Octal 355 206 152 0 53 67 7 15 116 103
Binary 11101101 10000110 1101010 0 101011 110111 111 1101 1001110 1000011

Color Harmonies of #ED866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED866A

Black with #ED866A

Text Example


Text Example

White with #ED866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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