#EA8255

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

Shades of Crusta #EA8255

Tints of Crusta #EA8255

Color information

#EA8255 (or 0xEA8255) is unknown color: approx Crusta. HEX triplet: EA, 82 and 55. RGB value is (234,130,85). Sum of RGB (Red+Green+Blue) = 234+130+85=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8255 is #157DAA. Grayscale: #9C9C9C. Windows color (decimal): -1408427 or 5604074. OLE color: 5604074.

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

Color convert

RGB23413085-
CMYK00.440.640.08
HSL18.12º78.01%62.55%-
HSV(B)18.12º63.68%91.76%-
XYZ43.5534.1112.88-
YUV155.9787.96183.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.12%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 85 (33.59% from 255) = 18.93%
R=52.12%
G=28.95%
B=18.93%

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
Decimal2341308500.440.640.0818.1278.0162.55
HexEA825502C408124e3f
Octal352202125054100102211677
Binary11101010100000101010101010110010000001000100101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8255; }

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

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

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

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

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

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

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

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