#EC9359

Color #EC9359 Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #EC9359

Tints of Crusta #EC9359

Color information

#EC9359 (or 0xEC9359) is unknown color: approx Crusta. HEX triplet: EC, 93 and 59. RGB value is (236,147,89). Sum of RGB (Red+Green+Blue) = 236+147+89=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9359 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9359 is #136CA6. Grayscale: #A7A7A7. Windows color (decimal): -1272999 or 5870572. OLE color: 5870572.

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

Color convert

RGB23614789-
CMYK00.380.620.07
HSL23.67º79.46%63.73%-
HSV(B)23.67º62.29%92.55%-
XYZ46.8339.4214.59-
YUV16783.99177.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50%
GREEN value IS 147 (57.81% from 255) = 31.14%
BLUE value IS 89 (35.16% from 255) = 18.86%
R=50%
G=31.14%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361478900.380.620.0723.6779.4663.73
HexEC93590263E7184f40
Octal35422313104676730117100
Binary1110110010010011101100101001101111101111100010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9359; }

 p { color: rgb(236,147,89); }

 H1.HeaderClassName
 {
   color: #EC9359;
 }
 .AnyTagClassName
 {
   color: #EC9359;
 }
</style>
background-color css

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

 a { background-color: rgb(236,147,89); }

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

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

 span { border-color: rgb(236,147,89); }

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