Html Css Color HEX #EC9274 Dark Salmon

📋 copy color: '#EC9274'

red 236 ◦ green 146 ◦ blue 116

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

Shades of Dark Salmon #EC9274

Tints of Dark Salmon #EC9274

RGB

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

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

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

R = 47.39%
G = 29.32%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC9274 (or 0xEC9274) is known color: Dark Salmon. HEX triplet: EC, 92 and 74. RGB value is (236,146,116). Sum of RGB (Red+Green+Blue) = 236+146+116=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9274 is #136D8B. Grayscale: #A9A9A9. Windows color (decimal): -1273228 or 7639788. OLE color: 7639788.

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

Color convert

RGB 236 146 116 -
CMYK 0 0.38 0.51 0.07
HSL 15º 0.76% 0.69% -
HSV(B) 15º 0.51% 0.93% -
XYZ 48.02 39.65 21.65 -
YUV 169.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 236 146 116 0 0.38 0.51 0.07 15 0.76 0.69
Hex EC 92 74 0 26 33 7 F 4C 45
Octal 354 222 164 0 46 63 7 17 114 105
Binary 11101100 10010010 1110100 0 100110 110011 111 1111 1001100 1000101

Color Harmonies of #EC9274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9274

Black with #EC9274

Text Example


Text Example

White with #EC9274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9274; }

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

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

background-color css

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

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

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

border-color css

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

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

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