#EC8855

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

Shades of Crusta #EC8855

Tints of Crusta #EC8855

Color information

#EC8855 (or 0xEC8855) is unknown color: approx Crusta. HEX triplet: EC, 88 and 55. RGB value is (236,136,85). Sum of RGB (Red+Green+Blue) = 236+136+85=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8855 is #1377AA. Grayscale: #A0A0A0. Windows color (decimal): -1275819 or 5605612. OLE color: 5605612.

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

Color convert

RGB23613685-
CMYK00.420.640.07
HSL20.26º79.89%62.94%-
HSV(B)20.26º63.98%92.55%-
XYZ45.0436.113.19-
YUV160.0985.63182.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.64%
GREEN value IS 136 (53.52% from 255) = 29.76%
BLUE value IS 85 (33.59% from 255) = 18.60%
R=51.64%
G=29.76%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361368500.420.640.0720.2679.8962.94
HexEC885502A40714503f
Octal35421012505210072412077
Binary1110110010001000101010101010101000000111101001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8855; }

 p { color: rgb(236,136,85); }

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

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

 a { background-color: rgb(236,136,85); }

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

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

 span { border-color: rgb(236,136,85); }

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