#EC804F

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

Shades of Crusta #EC804F

Tints of Crusta #EC804F

Color information

#EC804F (or 0xEC804F) is unknown color: approx Crusta. HEX triplet: EC, 80 and 4F. RGB value is (236,128,79). Sum of RGB (Red+Green+Blue) = 236+128+79=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC804F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC804F is #137FB0. Grayscale: #9B9B9B. Windows color (decimal): -1277873 or 5210348. OLE color: 5210348.

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

Color convert

RGB23612879-
CMYK00.460.670.07
HSL18.73º80.51%61.76%-
HSV(B)18.73º66.53%92.55%-
XYZ43.7233.8411.62-
YUV154.7185.28185.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.27%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 79 (31.25% from 255) = 17.83%
R=53.27%
G=28.89%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361287900.460.670.0718.7380.5161.76
HexEC804F02E43713513e
Octal35420011705610372312176
Binary1110110010000000100111101011101000011111100111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC804F; }

 p { color: rgb(236,128,79); }

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

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

 a { background-color: rgb(236,128,79); }

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

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

 span { border-color: rgb(236,128,79); }

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