#EC9059

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

Shades of Crusta #EC9059

Tints of Crusta #EC9059

Color information

#EC9059 (or 0xEC9059) is unknown color: approx Crusta. HEX triplet: EC, 90 and 59. RGB value is (236,144,89). Sum of RGB (Red+Green+Blue) = 236+144+89=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9059 is #136FA6. Grayscale: #A5A5A5. Windows color (decimal): -1273767 or 5869804. OLE color: 5869804.

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

Color convert

RGB23614489-
CMYK00.390.620.07
HSL22.45º79.46%63.73%-
HSV(B)22.45º62.29%92.55%-
XYZ46.3738.514.44-
YUV165.2484.98178.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.32%
GREEN value IS 144 (56.64% from 255) = 30.70%
BLUE value IS 89 (35.16% from 255) = 18.98%
R=50.32%
G=30.70%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361448900.390.620.0722.4579.4663.73
HexEC90590273E7164f40
Octal35422013104776726117100
Binary1110110010010000101100101001111111101111011010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9059; }

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

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

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

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

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

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

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

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