Html Css Color HEX #EC8F74 Dark Salmon

📋 copy color: '#EC8F74'

red 236 ◦ green 143 ◦ blue 116

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

Shades of Dark Salmon #EC8F74

Tints of Dark Salmon #EC8F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.43%

R = 47.68%
G = 28.89%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC8F74 (or 0xEC8F74) is known color: Dark Salmon. HEX triplet: EC, 8F and 74. RGB value is (236,143,116). Sum of RGB (Red+Green+Blue) = 236+143+116=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F74 is #13708B. Grayscale: #A7A7A7. Windows color (decimal): -1273996 or 7639020. OLE color: 7639020.

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

Color convert

RGB 236 143 116 -
CMYK 0 0.39 0.51 0.07
HSL 13.5º 0.76% 0.69% -
HSV(B) 13.5º 0.51% 0.93% -
XYZ 47.57 38.74 21.49 -
YUV 167.73 98.81 176.7 -
System Red Green Blue C M Y K H S L
Decimal 236 143 116 0 0.39 0.51 0.07 13.5 0.76 0.69
Hex EC 8F 74 0 27 33 7 E 4C 45
Octal 354 217 164 0 47 63 7 16 114 105
Binary 11101100 10001111 1110100 0 100111 110011 111 1110 1001100 1000101

Color Harmonies of #EC8F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F74

Black with #EC8F74

Text Example


Text Example

White with #EC8F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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