#E8865C

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

Shades of Crusta #E8865C

Tints of Crusta #E8865C

Color information

#E8865C (or 0xE8865C) is unknown color: approx Crusta. HEX triplet: E8, 86 and 5C. RGB value is (232,134,92). Sum of RGB (Red+Green+Blue) = 232+134+92=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E8865C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8865C is #1779A3. Grayscale: #9E9E9E. Windows color (decimal): -1538468 or 6063848. OLE color: 6063848.

HSL color Cylindrical-coordinate representation of color #E8865C: hue angle of 18º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8865C is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23213492-
CMYK00.420.600.09
HSL18º75.27%63.53%-
HSV(B)18º60.34%90.98%-
XYZ43.7434.9814.57-
YUV158.5190.47180.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.66%
GREEN value IS 134 (52.73% from 255) = 29.26%
BLUE value IS 92 (36.33% from 255) = 20.09%
R=50.66%
G=29.26%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321349200.420.600.091875.2763.53
HexE8865C02A3C9124b40
Octal350206134052741122113100
Binary11101000100001101011100010101011110010011001010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8865C; }

 p { color: rgb(232,134,92); }

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

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

 a { background-color: rgb(232,134,92); }

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

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

 span { border-color: rgb(232,134,92); }

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