Html Css Color HEX #EC9078 Dark Salmon

📋 copy color: '#EC9078'

red 236 ◦ green 144 ◦ blue 120

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

Shades of Dark Salmon #EC9078

Tints of Dark Salmon #EC9078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.8%

 BLUE value IS 120 (47.27% from 255) = 24%

R = 47.2%
G = 28.8%
B = 24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC9078 (or 0xEC9078) is known color: Dark Salmon. HEX triplet: EC, 90 and 78. RGB value is (236,144,120). Sum of RGB (Red+Green+Blue) = 236+144+120=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9078 is #136F87. Grayscale: #A8A8A8. Windows color (decimal): -1273736 or 7901420. OLE color: 7901420.

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

Color convert

RGB 236 144 120 -
CMYK 0 0.39 0.49 0.07
HSL 12.41º 0.75% 0.7% -
HSV(B) 12.41º 0.49% 0.93% -
XYZ 47.96 39.14 22.8 -
YUV 168.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 236 144 120 0 0.39 0.49 0.07 12.41 0.75 0.7
Hex EC 90 78 0 27 31 7 C 4B 46
Octal 354 220 170 0 47 61 7 14 113 106
Binary 11101100 10010000 1111000 0 100111 110001 111 1100 1001011 1000110

Color Harmonies of #EC9078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9078

Black with #EC9078

Text Example


Text Example

White with #EC9078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9078; }

 p { color: rgb(236,144,120); }

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

background-color css

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

 a { background-color: rgb(236,144,120); }

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

border-color css

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

 span { border-color: rgb(236,144,120); }

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