Html Css Color HEX #EC9072 Dark Salmon

📋 copy color: '#EC9072'

red 236 ◦ green 144 ◦ blue 114

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

Shades of Dark Salmon #EC9072

Tints of Dark Salmon #EC9072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.15%

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

R = 47.77%
G = 29.15%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC9072 (or 0xEC9072) is known color: Dark Salmon. HEX triplet: EC, 90 and 72. RGB value is (236,144,114). Sum of RGB (Red+Green+Blue) = 236+144+114=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9072 is #136F8D. Grayscale: #A8A8A8. Windows color (decimal): -1273742 or 7508204. OLE color: 7508204.

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

Color convert

RGB 236 144 114 -
CMYK 0 0.39 0.52 0.07
HSL 14.75º 0.76% 0.69% -
HSV(B) 14.75º 0.52% 0.93% -
XYZ 47.6 38.99 20.94 -
YUV 168.09 97.48 176.44 -
System Red Green Blue C M Y K H S L
Decimal 236 144 114 0 0.39 0.52 0.07 14.75 0.76 0.69
Hex EC 90 72 0 27 34 7 F 4C 45
Octal 354 220 162 0 47 64 7 17 114 105
Binary 11101100 10010000 1110010 0 100111 110100 111 1111 1001100 1000101

Color Harmonies of #EC9072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9072

Black with #EC9072

Text Example


Text Example

White with #EC9072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9072; }

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

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

background-color css

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

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

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

border-color css

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

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

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