#EA825D

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

Shades of Crusta #EA825D

Tints of Crusta #EA825D

Color information

#EA825D (or 0xEA825D) is unknown color: approx Crusta. HEX triplet: EA, 82 and 5D. RGB value is (234,130,93). Sum of RGB (Red+Green+Blue) = 234+130+93=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA825D is #157DA2. Grayscale: #9D9D9D. Windows color (decimal): -1408419 or 6128362. OLE color: 6128362.

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

Color convert

RGB23413093-
CMYK00.440.600.08
HSL15.74º77.05%64.12%-
HSV(B)15.74º60.26%91.76%-
XYZ43.8934.2514.65-
YUV156.8891.96183.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.20%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 93 (36.72% from 255) = 20.35%
R=51.20%
G=28.45%
B=20.35%

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
Decimal2341309300.440.600.0815.7477.0564.12
HexEA825D02C3C8104d40
Octal352202135054741020115100
Binary11101010100000101011101010110011110010001000010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA825D; }

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

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

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

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

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

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

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

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