Html Css Color HEX #EC8F6A Dark Salmon

📋 copy color: '#EC8F6A'

red 236 ◦ green 143 ◦ blue 106

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

Shades of Dark Salmon #EC8F6A

Tints of Dark Salmon #EC8F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.86%

R = 48.66%
G = 29.48%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC8F6A (or 0xEC8F6A) is known color: Dark Salmon. HEX triplet: EC, 8F and 6A. RGB value is (236,143,106). Sum of RGB (Red+Green+Blue) = 236+143+106=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F6A is #137095. Grayscale: #A6A6A6. Windows color (decimal): -1274006 or 6983660. OLE color: 6983660.

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

Color convert

RGB 236 143 106 -
CMYK 0 0.39 0.55 0.07
HSL 17.08º 0.77% 0.67% -
HSV(B) 17.08º 0.55% 0.93% -
XYZ 47.02 38.52 18.59 -
YUV 166.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 236 143 106 0 0.39 0.55 0.07 17.08 0.77 0.67
Hex EC 8F 6A 0 27 37 7 11 4D 43
Octal 354 217 152 0 47 67 7 21 115 103
Binary 11101100 10001111 1101010 0 100111 110111 111 10001 1001101 1000011

Color Harmonies of #EC8F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F6A

Black with #EC8F6A

Text Example


Text Example

White with #EC8F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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