#EA9056

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

Shades of Crusta #EA9056

Tints of Crusta #EA9056

Color information

#EA9056 (or 0xEA9056) is unknown color: approx Crusta. HEX triplet: EA, 90 and 56. RGB value is (234,144,86). Sum of RGB (Red+Green+Blue) = 234+144+86=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9056 is #156FA9. Grayscale: #A4A4A4. Windows color (decimal): -1404842 or 5673194. OLE color: 5673194.

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

Color convert

RGB23414486-
CMYK00.380.630.08
HSL23.51º77.89%62.75%-
HSV(B)23.51º63.25%91.76%-
XYZ45.5838.1113.76-
YUV164.383.82177.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.43%
GREEN value IS 144 (56.64% from 255) = 31.03%
BLUE value IS 86 (33.98% from 255) = 18.53%
R=50.43%
G=31.03%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341448600.380.630.0823.5177.8962.75
HexEA90560263F8184e3f
Octal35222012604677103011677
Binary1110101010010000101011001001101111111000110001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9056; }

 p { color: rgb(234,144,86); }

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

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

 a { background-color: rgb(234,144,86); }

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

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

 span { border-color: rgb(234,144,86); }

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