Html Css Color HEX #EC967A Dark Salmon

📋 copy color: '#EC967A'

red 236 ◦ green 150 ◦ blue 122

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

Shades of Dark Salmon #EC967A

Tints of Dark Salmon #EC967A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.53%

 BLUE value IS 122 (48.05% from 255) = 24.02%

R = 46.46%
G = 29.53%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC967A (or 0xEC967A) is known color: Dark Salmon. HEX triplet: EC, 96 and 7A. RGB value is (236,150,122). Sum of RGB (Red+Green+Blue) = 236+150+122=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC967A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC967A is #136985. Grayscale: #ACACAC. Windows color (decimal): -1272198 or 8034028. OLE color: 8034028.

HSL color Cylindrical-coordinate representation of color #EC967A: hue angle of 14.74º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC967A is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 150 122 -
CMYK 0 0.36 0.48 0.07
HSL 14.74º 0.75% 0.7% -
HSV(B) 14.74º 0.48% 0.93% -
XYZ 49.01 41.05 23.75 -
YUV 172.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 236 150 122 0 0.36 0.48 0.07 14.74 0.75 0.7
Hex EC 96 7A 0 24 30 7 F 4B 46
Octal 354 226 172 0 44 60 7 17 113 106
Binary 11101100 10010110 1111010 0 100100 110000 111 1111 1001011 1000110

Color Harmonies of #EC967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC967A

Black with #EC967A

Text Example


Text Example

White with #EC967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC967A; }

 p { color: rgb(236,150,122); }

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

background-color css

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

 a { background-color: rgb(236,150,122); }

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

border-color css

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

 span { border-color: rgb(236,150,122); }

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