#EA8454

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

Shades of Crusta #EA8454

Tints of Crusta #EA8454

Color information

#EA8454 (or 0xEA8454) is unknown color: approx Crusta. HEX triplet: EA, 84 and 54. RGB value is (234,132,84). Sum of RGB (Red+Green+Blue) = 234+132+84=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8454 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8454 is #157BAB. Grayscale: #9D9D9D. Windows color (decimal): -1407916 or 5539050. OLE color: 5539050.

HSL color Cylindrical-coordinate representation of color #EA8454: hue angle of 19.2º 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 #EA8454 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB23413284-
CMYK00.440.640.08
HSL19.2º78.12%62.35%-
HSV(B)19.2º64.1%91.76%-
XYZ43.7834.6412.77-
YUV157.0386.79182.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52%
GREEN value IS 132 (51.95% from 255) = 29.33%
BLUE value IS 84 (33.20% from 255) = 18.67%
R=52%
G=29.33%
B=18.67%

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
Decimal2341328400.440.640.0819.278.1262.35
HexEA845402C408134e3e
Octal352204124054100102311676
Binary11101010100001001010100010110010000001000100111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8454; }

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

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

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

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

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

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

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

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