Html Css Color HEX #EC967E Dark Salmon

📋 copy color: '#EC967E'

red 236 ◦ green 150 ◦ blue 126

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

Shades of Dark Salmon #EC967E

Tints of Dark Salmon #EC967E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.61%

R = 46.09%
G = 29.3%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC967E (or 0xEC967E) is known color: Dark Salmon. HEX triplet: EC, 96 and 7E. RGB value is (236,150,126). Sum of RGB (Red+Green+Blue) = 236+150+126=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC967E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC967E is #136981. Grayscale: #ADADAD. Windows color (decimal): -1272194 or 8296172. OLE color: 8296172.

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

Color convert

RGB 236 150 126 -
CMYK 0 0.36 0.47 0.07
HSL 13.09º 0.74% 0.71% -
HSV(B) 13.09º 0.47% 0.93% -
XYZ 49.26 41.15 25.09 -
YUV 172.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 236 150 126 0 0.36 0.47 0.07 13.09 0.74 0.71
Hex EC 96 7E 0 24 2F 7 D 4A 47
Octal 354 226 176 0 44 57 7 15 112 107
Binary 11101100 10010110 1111110 0 100100 101111 111 1101 1001010 1000111

Color Harmonies of #EC967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC967E

Black with #EC967E

Text Example


Text Example

White with #EC967E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC967E; }

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

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

background-color css

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

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

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

border-color css

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

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

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