Html Css Color HEX #EC9878 Dark Salmon

📋 copy color: '#EC9878'

red 236 ◦ green 152 ◦ blue 120

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

Shades of Dark Salmon #EC9878

Tints of Dark Salmon #EC9878

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.92%

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

R = 46.46%
G = 29.92%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC9878 (or 0xEC9878) is known color: Dark Salmon. HEX triplet: EC, 98 and 78. RGB value is (236,152,120). Sum of RGB (Red+Green+Blue) = 236+152+120=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9878 is #136787. Grayscale: #ADADAD. Windows color (decimal): -1271688 or 7903468. OLE color: 7903468.

HSL color Cylindrical-coordinate representation of color #EC9878: hue angle of 16.55º 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 #EC9878 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 152 120 -
CMYK 0 0.36 0.49 0.07
HSL 16.55º 0.75% 0.7% -
HSV(B) 16.55º 0.49% 0.93% -
XYZ 49.21 41.65 23.21 -
YUV 173.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 236 152 120 0 0.36 0.49 0.07 16.55 0.75 0.7
Hex EC 98 78 0 24 31 7 11 4B 46
Octal 354 230 170 0 44 61 7 21 113 106
Binary 11101100 10011000 1111000 0 100100 110001 111 10001 1001011 1000110

Color Harmonies of #EC9878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9878

Black with #EC9878

Text Example


Text Example

White with #EC9878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9878; }

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

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

background-color css

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

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

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

border-color css

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

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

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