Html Css Color HEX #EC906D Dark Salmon

📋 copy color: '#EC906D'

red 236 ◦ green 144 ◦ blue 109

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

Shades of Dark Salmon #EC906D

Tints of Dark Salmon #EC906D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.29%

R = 48.26%
G = 29.45%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC906D (or 0xEC906D) is known color: Dark Salmon. HEX triplet: EC, 90 and 6D. RGB value is (236,144,109). Sum of RGB (Red+Green+Blue) = 236+144+109=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC906D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC906D is #136F92. Grayscale: #A7A7A7. Windows color (decimal): -1273747 or 7180524. OLE color: 7180524.

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

Color convert

RGB 236 144 109 -
CMYK 0 0.39 0.54 0.07
HSL 16.54º 0.77% 0.68% -
HSV(B) 16.54º 0.54% 0.93% -
XYZ 47.33 38.88 19.48 -
YUV 167.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 236 144 109 0 0.39 0.54 0.07 16.54 0.77 0.68
Hex EC 90 6D 0 27 36 7 11 4D 44
Octal 354 220 155 0 47 66 7 21 115 104
Binary 11101100 10010000 1101101 0 100111 110110 111 10001 1001101 1000100

Color Harmonies of #EC906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC906D

Black with #EC906D

Text Example


Text Example

White with #EC906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC906D; }

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

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

background-color css

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

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

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

border-color css

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

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

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