#EC8562

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

Shades of Crusta #EC8562

Tints of Crusta #EC8562

Color information

#EC8562 (or 0xEC8562) is unknown color: approx Crusta. HEX triplet: EC, 85 and 62. RGB value is (236,133,98). Sum of RGB (Red+Green+Blue) = 236+133+98=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8562 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8562 is #137A9D. Grayscale: #A0A0A0. Windows color (decimal): -1276574 or 6456812. OLE color: 6456812.

HSL color Cylindrical-coordinate representation of color #EC8562: hue angle of 15.22º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC8562 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB23613398-
CMYK00.440.580.07
HSL15.22º78.41%65.49%-
HSV(B)15.22º58.47%92.55%-
XYZ45.1835.4916.02-
YUV159.8193.12182.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.54%
GREEN value IS 133 (52.34% from 255) = 28.48%
BLUE value IS 98 (38.67% from 255) = 20.99%
R=50.54%
G=28.48%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361339800.440.580.0715.2278.4165.49
HexEC856202C3A7f4e41
Octal35420514205472717116101
Binary111011001000010111000100101100111010111111110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8562; }

 p { color: rgb(236,133,98); }

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

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

 a { background-color: rgb(236,133,98); }

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

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

 span { border-color: rgb(236,133,98); }

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