#E78250

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

Shades of Crusta #E78250

Tints of Crusta #E78250

Color information

#E78250 (or 0xE78250) is unknown color: approx Crusta. HEX triplet: E7, 82 and 50. RGB value is (231,130,80). Sum of RGB (Red+Green+Blue) = 231+130+80=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E78250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78250 is #187DAF. Grayscale: #9A9A9A. Windows color (decimal): -1605040 or 5276391. OLE color: 5276391.

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

Color convert

RGB23113080-
CMYK00.440.650.09
HSL19.87º75.88%60.98%-
HSV(B)19.87º65.37%90.59%-
XYZ42.3933.5311.83-
YUV154.585.96182.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.38%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 80 (31.64% from 255) = 18.14%
R=52.38%
G=29.48%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311308000.440.650.0919.8775.8860.98
HexE7825002C419144c3d
Octal347202120054101112411475
Binary11100111100000101010000010110010000011001101001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78250; }

 p { color: rgb(231,130,80); }

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

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

 a { background-color: rgb(231,130,80); }

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

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

 span { border-color: rgb(231,130,80); }

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