#EC8A5B

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

Shades of Crusta #EC8A5B

Tints of Crusta #EC8A5B

Color information

#EC8A5B (or 0xEC8A5B) is unknown color: approx Crusta. HEX triplet: EC, 8A and 5B. RGB value is (236,138,91). Sum of RGB (Red+Green+Blue) = 236+138+91=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A5B is #1375A4. Grayscale: #A2A2A2. Windows color (decimal): -1275301 or 5999340. OLE color: 5999340.

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

Color convert

RGB23613891-
CMYK00.420.610.07
HSL19.45º79.23%64.12%-
HSV(B)19.45º61.44%92.55%-
XYZ45.5736.7714.59-
YUV161.9487.97180.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.75%
GREEN value IS 138 (54.30% from 255) = 29.68%
BLUE value IS 91 (35.94% from 255) = 19.57%
R=50.75%
G=29.68%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361389100.420.610.0719.4579.2364.12
HexEC8A5B02A3D7134f40
Octal35421213305275723117100
Binary1110110010001010101101101010101111011111001110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8A5B; }

 p { color: rgb(236,138,91); }

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

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

 a { background-color: rgb(236,138,91); }

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

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

 span { border-color: rgb(236,138,91); }

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