Html Css Color HEX #EC906F Dark Salmon

📋 copy color: '#EC906F'

red 236 ◦ green 144 ◦ blue 111

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

Shades of Dark Salmon #EC906F

Tints of Dark Salmon #EC906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.61%

R = 48.07%
G = 29.33%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC906F (or 0xEC906F) is known color: Dark Salmon. HEX triplet: EC, 90 and 6F. RGB value is (236,144,111). Sum of RGB (Red+Green+Blue) = 236+144+111=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC906F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC906F is #136F90. Grayscale: #A7A7A7. Windows color (decimal): -1273745 or 7311596. OLE color: 7311596.

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

Color convert

RGB 236 144 111 -
CMYK 0 0.39 0.53 0.07
HSL 15.84º 0.77% 0.68% -
HSV(B) 15.84º 0.53% 0.93% -
XYZ 47.43 38.93 20.05 -
YUV 167.75 95.98 176.68 -
System Red Green Blue C M Y K H S L
Decimal 236 144 111 0 0.39 0.53 0.07 15.84 0.77 0.68
Hex EC 90 6F 0 27 35 7 10 4D 44
Octal 354 220 157 0 47 65 7 20 115 104
Binary 11101100 10010000 1101111 0 100111 110101 111 10000 1001101 1000100

Color Harmonies of #EC906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC906F

Black with #EC906F

Text Example


Text Example

White with #EC906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC906F; }

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

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

background-color css

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

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

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

border-color css

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

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

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