Html Css Color HEX #EC9275 Dark Salmon

📋 copy color: '#EC9275'

red 236 ◦ green 146 ◦ blue 117

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

Shades of Dark Salmon #EC9275

Tints of Dark Salmon #EC9275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.26%

 BLUE value IS 117 (46.09% from 255) = 23.45%

R = 47.29%
G = 29.26%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC9275 (or 0xEC9275) is known color: Dark Salmon. HEX triplet: EC, 92 and 75. RGB value is (236,146,117). Sum of RGB (Red+Green+Blue) = 236+146+117=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9275 is #136D8A. Grayscale: #A9A9A9. Windows color (decimal): -1273227 or 7705324. OLE color: 7705324.

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

Color convert

RGB 236 146 117 -
CMYK 0 0.38 0.50 0.07
HSL 14.62º 0.76% 0.69% -
HSV(B) 14.62º 0.5% 0.93% -
XYZ 48.08 39.67 21.95 -
YUV 169.6 98.32 175.36 -
System Red Green Blue C M Y K H S L
Decimal 236 146 117 0 0.38 0.50 0.07 14.62 0.76 0.69
Hex EC 92 75 0 26 32 7 F 4C 45
Octal 354 222 165 0 46 62 7 17 114 105
Binary 11101100 10010010 1110101 0 100110 110010 111 1111 1001100 1000101

Color Harmonies of #EC9275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9275

Black with #EC9275

Text Example


Text Example

White with #EC9275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9275; }

 p { color: rgb(236,146,117); }

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

background-color css

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

 a { background-color: rgb(236,146,117); }

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

border-color css

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

 span { border-color: rgb(236,146,117); }

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