Html Css Color HEX #EC917A Dark Salmon

📋 copy color: '#EC917A'

red 236 ◦ green 145 ◦ blue 122

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

Shades of Dark Salmon #EC917A

Tints of Dark Salmon #EC917A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.83%

 BLUE value IS 122 (48.05% from 255) = 24.25%

R = 46.92%
G = 28.83%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC917A (or 0xEC917A) is known color: Dark Salmon. HEX triplet: EC, 91 and 7A. RGB value is (236,145,122). Sum of RGB (Red+Green+Blue) = 236+145+122=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC917A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC917A is #136E85. Grayscale: #A9A9A9. Windows color (decimal): -1273478 or 8032748. OLE color: 8032748.

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

Color convert

RGB 236 145 122 -
CMYK 0 0.39 0.48 0.07
HSL 12.11º 0.75% 0.7% -
HSV(B) 12.11º 0.48% 0.93% -
XYZ 48.23 39.49 23.49 -
YUV 169.59 101.15 175.37 -
System Red Green Blue C M Y K H S L
Decimal 236 145 122 0 0.39 0.48 0.07 12.11 0.75 0.7
Hex EC 91 7A 0 27 30 7 C 4B 46
Octal 354 221 172 0 47 60 7 14 113 106
Binary 11101100 10010001 1111010 0 100111 110000 111 1100 1001011 1000110

Color Harmonies of #EC917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC917A

Black with #EC917A

Text Example


Text Example

White with #EC917A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC917A; }

 p { color: rgb(236,145,122); }

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

background-color css

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

 a { background-color: rgb(236,145,122); }

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

border-color css

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

 span { border-color: rgb(236,145,122); }

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