#EA8451

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

Shades of Crusta #EA8451

Tints of Crusta #EA8451

Color information

#EA8451 (or 0xEA8451) is unknown color: approx Crusta. HEX triplet: EA, 84 and 51. RGB value is (234,132,81). Sum of RGB (Red+Green+Blue) = 234+132+81=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8451 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8451 is #157BAE. Grayscale: #9C9C9C. Windows color (decimal): -1407919 or 5342442. OLE color: 5342442.

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

Color convert

RGB23413281-
CMYK00.440.650.08
HSL20º78.46%61.76%-
HSV(B)20º65.38%91.76%-
XYZ43.6734.5912.16-
YUV156.6885.29183.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.35%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 81 (32.03% from 255) = 18.12%
R=52.35%
G=29.53%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341328100.440.650.082078.4661.76
HexEA845102C418144e3e
Octal352204121054101102411676
Binary11101010100001001010001010110010000011000101001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8451; }

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

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

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

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

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

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

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

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