#EA845D

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

Shades of Crusta #EA845D

Tints of Crusta #EA845D

Color information

#EA845D (or 0xEA845D) is unknown color: approx Crusta. HEX triplet: EA, 84 and 5D. RGB value is (234,132,93). Sum of RGB (Red+Green+Blue) = 234+132+93=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA845D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA845D is #157BA2. Grayscale: #9E9E9E. Windows color (decimal): -1407907 or 6128874. OLE color: 6128874.

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

Color convert

RGB23413293-
CMYK00.440.600.08
HSL16.6º77.05%64.12%-
HSV(B)16.6º60.26%91.76%-
XYZ44.1634.7914.74-
YUV158.0591.29182.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.98%
GREEN value IS 132 (51.95% from 255) = 28.76%
BLUE value IS 93 (36.72% from 255) = 20.26%
R=50.98%
G=28.76%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341329300.440.600.0816.677.0564.12
HexEA845D02C3C8114d40
Octal352204135054741021115100
Binary11101010100001001011101010110011110010001000110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA845D; }

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

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

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

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

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

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

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

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