Html Css Color HEX #EC8268 Salmon

📋 copy color: '#EC8268'

red 236 ◦ green 130 ◦ blue 104

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

Shades of Salmon #EC8268

Tints of Salmon #EC8268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.13%

R = 50.21%
G = 27.66%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC8268 (or 0xEC8268) is known color: Salmon. HEX triplet: EC, 82 and 68. RGB value is (236,130,104). Sum of RGB (Red+Green+Blue) = 236+130+104=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8268 is #137D97. Grayscale: #9E9E9E. Windows color (decimal): -1277336 or 6849260. OLE color: 6849260.

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

Color convert

RGB 236 130 104 -
CMYK 0 0.45 0.56 0.07
HSL 11.82º 0.78% 0.67% -
HSV(B) 11.82º 0.56% 0.93% -
XYZ 45.07 34.8 17.44 -
YUV 158.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 236 130 104 0 0.45 0.56 0.07 11.82 0.78 0.67
Hex EC 82 68 0 2D 38 7 C 4E 43
Octal 354 202 150 0 55 70 7 14 116 103
Binary 11101100 10000010 1101000 0 101101 111000 111 1100 1001110 1000011

Color Harmonies of #EC8268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8268

Black with #EC8268

Text Example


Text Example

White with #EC8268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8268; }

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

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

background-color css

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

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

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

border-color css

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

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

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