#EC805F

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

Shades of Crusta #EC805F

Tints of Crusta #EC805F

Color information

#EC805F (or 0xEC805F) is unknown color: approx Crusta. HEX triplet: EC, 80 and 5F. RGB value is (236,128,95). Sum of RGB (Red+Green+Blue) = 236+128+95=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC805F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC805F is #137FA0. Grayscale: #9C9C9C. Windows color (decimal): -1277857 or 6258924. OLE color: 6258924.

HSL color Cylindrical-coordinate representation of color #EC805F: hue angle of 14.04º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC805F is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23612895-
CMYK00.460.600.07
HSL14.04º78.77%64.9%-
HSV(B)14.04º59.75%92.55%-
XYZ44.3834.115.07-
YUV156.5393.28184.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.42%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 95 (37.5% from 255) = 20.70%
R=51.42%
G=27.89%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361289500.460.600.0714.0478.7764.9
HexEC805F02E3C7e4f41
Octal35420013705674716117101
Binary111011001000000010111110101110111100111111010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC805F; }

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

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

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

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

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

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

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

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