#EA8050

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

Shades of Crusta #EA8050

Tints of Crusta #EA8050

Color information

#EA8050 (or 0xEA8050) is unknown color: approx Crusta. HEX triplet: EA, 80 and 50. RGB value is (234,128,80). Sum of RGB (Red+Green+Blue) = 234+128+80=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8050 is #157FAF. Grayscale: #9A9A9A. Windows color (decimal): -1408944 or 5275882. OLE color: 5275882.

HSL color Cylindrical-coordinate representation of color #EA8050: hue angle of 18.7º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA8050 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB23412880-
CMYK00.450.660.08
HSL18.7º78.57%61.57%-
HSV(B)18.7º65.81%91.76%-
XYZ43.133.5111.79-
YUV154.2286.12184.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.94%
GREEN value IS 128 (50.39% from 255) = 28.96%
BLUE value IS 80 (31.64% from 255) = 18.10%
R=52.94%
G=28.96%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341288000.450.660.0818.778.5761.57
HexEA805002D428134f3e
Octal352200120055102102311776
Binary11101010100000001010000010110110000101000100111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8050; }

 p { color: rgb(234,128,80); }

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

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

 a { background-color: rgb(234,128,80); }

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

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

 span { border-color: rgb(234,128,80); }

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