Html Css Color HEX #EC9272 Dark Salmon

📋 copy color: '#EC9272'

red 236 ◦ green 146 ◦ blue 114

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

Shades of Dark Salmon #EC9272

Tints of Dark Salmon #EC9272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.98%

R = 47.58%
G = 29.44%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC9272 (or 0xEC9272) is known color: Dark Salmon. HEX triplet: EC, 92 and 72. RGB value is (236,146,114). Sum of RGB (Red+Green+Blue) = 236+146+114=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9272 is #136D8D. Grayscale: #A9A9A9. Windows color (decimal): -1273230 or 7508716. OLE color: 7508716.

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

Color convert

RGB 236 146 114 -
CMYK 0 0.38 0.52 0.07
HSL 15.74º 0.76% 0.69% -
HSV(B) 15.74º 0.52% 0.93% -
XYZ 47.91 39.61 21.04 -
YUV 169.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 236 146 114 0 0.38 0.52 0.07 15.74 0.76 0.69
Hex EC 92 72 0 26 34 7 10 4C 45
Octal 354 222 162 0 46 64 7 20 114 105
Binary 11101100 10010010 1110010 0 100110 110100 111 10000 1001100 1000101

Color Harmonies of #EC9272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9272

Black with #EC9272

Text Example


Text Example

White with #EC9272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9272; }

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

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

background-color css

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

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

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

border-color css

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

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

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