Html Css Color HEX #ED846A Salmon

📋 copy color: '#ED846A'

red 237 ◦ green 132 ◦ blue 106

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

Shades of Salmon #ED846A

Tints of Salmon #ED846A

RGB

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

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

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

R = 49.89%
G = 27.79%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED846A (or 0xED846A) is known color: Salmon. HEX triplet: ED, 84 and 6A. RGB value is (237,132,106). Sum of RGB (Red+Green+Blue) = 237+132+106=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED846A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED846A is #127B95. Grayscale: #A0A0A0. Windows color (decimal): -1211286 or 6980845. OLE color: 6980845.

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

Color convert

RGB 237 132 106 -
CMYK 0 0.44 0.55 0.07
HSL 11.91º 0.78% 0.67% -
HSV(B) 11.91º 0.55% 0.93% -
XYZ 45.78 35.55 18.08 -
YUV 160.43 97.29 182.61 -
System Red Green Blue C M Y K H S L
Decimal 237 132 106 0 0.44 0.55 0.07 11.91 0.78 0.67
Hex ED 84 6A 0 2C 37 7 C 4E 43
Octal 355 204 152 0 54 67 7 14 116 103
Binary 11101101 10000100 1101010 0 101100 110111 111 1100 1001110 1000011

Color Harmonies of #ED846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED846A

Black with #ED846A

Text Example


Text Example

White with #ED846A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED846A; }

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

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

background-color css

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

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

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

border-color css

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

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

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