#EA8354

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

Shades of Crusta #EA8354

Tints of Crusta #EA8354

Color information

#EA8354 (or 0xEA8354) is unknown color: approx Crusta. HEX triplet: EA, 83 and 54. RGB value is (234,131,84). Sum of RGB (Red+Green+Blue) = 234+131+84=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8354 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8354 is #157CAB. Grayscale: #9C9C9C. Windows color (decimal): -1408172 or 5538794. OLE color: 5538794.

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

Color convert

RGB23413184-
CMYK00.440.640.08
HSL18.8º78.12%62.35%-
HSV(B)18.8º64.1%91.76%-
XYZ43.6534.3712.72-
YUV156.4487.12183.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.12%
GREEN value IS 131 (51.56% from 255) = 29.18%
BLUE value IS 84 (33.20% from 255) = 18.71%
R=52.12%
G=29.18%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341318400.440.640.0818.878.1262.35
HexEA835402C408134e3e
Octal352203124054100102311676
Binary11101010100000111010100010110010000001000100111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8354; }

 p { color: rgb(234,131,84); }

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

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

 a { background-color: rgb(234,131,84); }

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

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

 span { border-color: rgb(234,131,84); }

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