#EA825B

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

Shades of Crusta #EA825B

Tints of Crusta #EA825B

Color information

#EA825B (or 0xEA825B) is unknown color: approx Crusta. HEX triplet: EA, 82 and 5B. RGB value is (234,130,91). Sum of RGB (Red+Green+Blue) = 234+130+91=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA825B is #157DA4. Grayscale: #9C9C9C. Windows color (decimal): -1408421 or 5997290. OLE color: 5997290.

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

Color convert

RGB23413091-
CMYK00.440.610.08
HSL16.36º77.3%63.73%-
HSV(B)16.36º61.11%91.76%-
XYZ43.834.2114.19-
YUV156.6590.96183.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.43%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 91 (35.94% from 255) = 20%
R=51.43%
G=28.57%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341309100.440.610.0816.3677.363.73
HexEA825B02C3D8104d40
Octal352202133054751020115100
Binary11101010100000101011011010110011110110001000010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA825B; }

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

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

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

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

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

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

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

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