#EA8055

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

Shades of Crusta #EA8055

Tints of Crusta #EA8055

Color information

#EA8055 (or 0xEA8055) is unknown color: approx Crusta. HEX triplet: EA, 80 and 55. RGB value is (234,128,85). Sum of RGB (Red+Green+Blue) = 234+128+85=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8055 is #157FAA. Grayscale: #9B9B9B. Windows color (decimal): -1408939 or 5603562. OLE color: 5603562.

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

Color convert

RGB23412885-
CMYK00.450.640.08
HSL17.32º78.01%62.55%-
HSV(B)17.32º63.68%91.76%-
XYZ43.2933.5912.8-
YUV154.7988.62184.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.35%
GREEN value IS 128 (50.39% from 255) = 28.64%
BLUE value IS 85 (33.59% from 255) = 19.02%
R=52.35%
G=28.64%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341288500.450.640.0817.3278.0162.55
HexEA805502D408114e3f
Octal352200125055100102111677
Binary11101010100000001010101010110110000001000100011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8055; }

 p { color: rgb(234,128,85); }

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

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

 a { background-color: rgb(234,128,85); }

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

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

 span { border-color: rgb(234,128,85); }

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