Html Css Color HEX #EC8367 Salmon

📋 copy color: '#EC8367'

red 236 ◦ green 131 ◦ blue 103

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

Shades of Salmon #EC8367

Tints of Salmon #EC8367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.91%

R = 50.21%
G = 27.87%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC8367 (or 0xEC8367) is known color: Salmon. HEX triplet: EC, 83 and 67. RGB value is (236,131,103). Sum of RGB (Red+Green+Blue) = 236+131+103=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8367 is #137C98. Grayscale: #9F9F9F. Windows color (decimal): -1277081 or 6783980. OLE color: 6783980.

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

Color convert

RGB 236 131 103 -
CMYK 0 0.44 0.56 0.07
HSL 12.63º 0.78% 0.66% -
HSV(B) 12.63º 0.56% 0.93% -
XYZ 45.16 35.04 17.22 -
YUV 159.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 236 131 103 0 0.44 0.56 0.07 12.63 0.78 0.66
Hex EC 83 67 0 2C 38 7 D 4E 42
Octal 354 203 147 0 54 70 7 15 116 102
Binary 11101100 10000011 1100111 0 101100 111000 111 1101 1001110 1000010

Color Harmonies of #EC8367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8367

Black with #EC8367

Text Example


Text Example

White with #EC8367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8367; }

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

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

background-color css

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

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

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

border-color css

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

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

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