#EA8452

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

Shades of Crusta #EA8452

Tints of Crusta #EA8452

Color information

#EA8452 (or 0xEA8452) is unknown color: approx Crusta. HEX triplet: EA, 84 and 52. RGB value is (234,132,82). Sum of RGB (Red+Green+Blue) = 234+132+82=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8452 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8452 is #157BAD. Grayscale: #9D9D9D. Windows color (decimal): -1407918 or 5407978. OLE color: 5407978.

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

Color convert

RGB23413282-
CMYK00.440.650.08
HSL19.74º78.35%61.96%-
HSV(B)19.74º64.96%91.76%-
XYZ43.7134.612.36-
YUV156.885.79183.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.23%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 82 (32.42% from 255) = 18.30%
R=52.23%
G=29.46%
B=18.30%

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
Decimal2341328200.440.650.0819.7478.3561.96
HexEA845202C418144e3e
Octal352204122054101102411676
Binary11101010100001001010010010110010000011000101001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8452; }

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

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

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

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

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

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

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

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