Html Css Color HEX #EC836A Salmon

📋 copy color: '#EC836A'

red 236 ◦ green 131 ◦ blue 106

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

Shades of Salmon #EC836A

Tints of Salmon #EC836A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.7%

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

R = 49.89%
G = 27.7%
B = 22.41%

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

#EC836A (or 0xEC836A) is known color: Salmon. HEX triplet: EC, 83 and 6A. RGB value is (236,131,106). Sum of RGB (Red+Green+Blue) = 236+131+106=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC836A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC836A is #137C95. Grayscale: #9F9F9F. Windows color (decimal): -1277078 or 6980588. OLE color: 6980588.

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

Color convert

RGB 236 131 106 -
CMYK 0 0.44 0.55 0.07
HSL 11.54º 0.77% 0.67% -
HSV(B) 11.54º 0.55% 0.93% -
XYZ 45.31 35.11 18.02 -
YUV 159.55 97.79 182.53 -
System Red Green Blue C M Y K H S L
Decimal 236 131 106 0 0.44 0.55 0.07 11.54 0.77 0.67
Hex EC 83 6A 0 2C 37 7 C 4D 43
Octal 354 203 152 0 54 67 7 14 115 103
Binary 11101100 10000011 1101010 0 101100 110111 111 1100 1001101 1000011

Color Harmonies of #EC836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC836A

Black with #EC836A

Text Example


Text Example

White with #EC836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC836A; }

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

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

background-color css

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

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

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

border-color css

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

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

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