Html Css Color HEX #EC826A Salmon

📋 copy color: '#EC826A'

red 236 ◦ green 130 ◦ blue 106

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

Shades of Salmon #EC826A

Tints of Salmon #EC826A

RGB

 RED value IS 236 (92.58% from 255) = 50%

 GREEN value IS 130 (51.17% from 255) = 27.54%

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

R = 50%
G = 27.54%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC826A (or 0xEC826A) is known color: Salmon. HEX triplet: EC, 82 and 6A. RGB value is (236,130,106). Sum of RGB (Red+Green+Blue) = 236+130+106=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC826A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC826A is #137D95. Grayscale: #9F9F9F. Windows color (decimal): -1277334 or 6980332. OLE color: 6980332.

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

Color convert

RGB 236 130 106 -
CMYK 0 0.45 0.55 0.07
HSL 11.08º 0.77% 0.67% -
HSV(B) 11.08º 0.55% 0.93% -
XYZ 45.18 34.84 17.98 -
YUV 158.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 236 130 106 0 0.45 0.55 0.07 11.08 0.77 0.67
Hex EC 82 6A 0 2D 37 7 B 4D 43
Octal 354 202 152 0 55 67 7 13 115 103
Binary 11101100 10000010 1101010 0 101101 110111 111 1011 1001101 1000011

Color Harmonies of #EC826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC826A

Black with #EC826A

Text Example


Text Example

White with #EC826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC826A; }

 p { color: rgb(236,130,106); }

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

background-color css

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

 a { background-color: rgb(236,130,106); }

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

border-color css

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

 span { border-color: rgb(236,130,106); }

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