Html Css Color HEX #EC9F7F Dark Salmon

📋 copy color: '#EC9F7F'

red 236 ◦ green 159 ◦ blue 127

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

Shades of Dark Salmon #EC9F7F

Tints of Dark Salmon #EC9F7F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.46%

 BLUE value IS 127 (50% from 255) = 24.33%

R = 45.21%
G = 30.46%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC9F7F (or 0xEC9F7F) is known color: Dark Salmon. HEX triplet: EC, 9F and 7F. RGB value is (236,159,127). Sum of RGB (Red+Green+Blue) = 236+159+127=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9F7F is #136080. Grayscale: #B2B2B2. Windows color (decimal): -1269889 or 8364012. OLE color: 8364012.

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

Color convert

RGB 236 159 127 -
CMYK 0 0.33 0.46 0.07
HSL 17.61º 0.74% 0.71% -
HSV(B) 17.61º 0.46% 0.93% -
XYZ 50.82 44.16 25.92 -
YUV 178.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 236 159 127 0 0.33 0.46 0.07 17.61 0.74 0.71
Hex EC 9F 7F 0 21 2E 7 12 4A 47
Octal 354 237 177 0 41 56 7 22 112 107
Binary 11101100 10011111 1111111 0 100001 101110 111 10010 1001010 1000111

Color Harmonies of #EC9F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9F7F

Black with #EC9F7F

Text Example


Text Example

White with #EC9F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9F7F; }

 p { color: rgb(236,159,127); }

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

background-color css

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

 a { background-color: rgb(236,159,127); }

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

border-color css

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

 span { border-color: rgb(236,159,127); }

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