Html Css Color HEX #EC8F7F Dark Salmon

📋 copy color: '#EC8F7F'

red 236 ◦ green 143 ◦ blue 127

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

Shades of Dark Salmon #EC8F7F

Tints of Dark Salmon #EC8F7F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.26%

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

R = 46.64%
G = 28.26%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC8F7F (or 0xEC8F7F) is known color: Dark Salmon. HEX triplet: EC, 8F and 7F. RGB value is (236,143,127). Sum of RGB (Red+Green+Blue) = 236+143+127=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F7F is #137080. Grayscale: #A9A9A9. Windows color (decimal): -1273985 or 8359916. OLE color: 8359916.

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

Color convert

RGB 236 143 127 -
CMYK 0 0.39 0.46 0.07
HSL 8.81º 0.74% 0.71% -
HSV(B) 8.81º 0.46% 0.93% -
XYZ 48.25 39.01 25.07 -
YUV 168.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 236 143 127 0 0.39 0.46 0.07 8.81 0.74 0.71
Hex EC 8F 7F 0 27 2E 7 9 4A 47
Octal 354 217 177 0 47 56 7 11 112 107
Binary 11101100 10001111 1111111 0 100111 101110 111 1001 1001010 1000111

Color Harmonies of #EC8F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F7F

Black with #EC8F7F

Text Example


Text Example

White with #EC8F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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