#e78c5b

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

Shades of Crusta #E78C5B

Tints of Crusta #E78C5B

Color information

#E78C5B (or 0xE78C5B) is unknown color: approx Crusta. HEX triplet: E7, 8C and 5B. RGB value is (231,140,91). Sum of RGB (Red+Green+Blue) = 231+140+91=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78C5B is #1873A4. Grayscale: #A1A1A1. Windows color (decimal): -1602469 or 5999847. OLE color: 5999847.

HSL color Cylindrical-coordinate representation of color #E78C5B: hue angle of 21º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E78C5B is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB23114091-
CMYK00.390.610.09
HSL21º74.47%63.14%-
HSV(B)21º60.61%90.59%-
XYZ44.2236.514.61-
YUV161.6288.15177.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50%
GREEN value IS 140 (55.08% from 255) = 30.30%
BLUE value IS 91 (35.94% from 255) = 19.70%
R=50%
G=30.30%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311409100.390.610.092174.4763.14
HexE78C5B0273D9154a3f
Octal34721413304775112511277
Binary1110011110001100101101101001111111011001101011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e78c5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e78c5b; }

 p { color: rgb(231,140,91); }

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

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

 a { background-color: rgb(231,140,91); }

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

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

 span { border-color: rgb(231,140,91); }

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