#EA815D

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

Shades of Crusta #EA815D

Tints of Crusta #EA815D

Color information

#EA815D (or 0xEA815D) is unknown color: approx Crusta. HEX triplet: EA, 81 and 5D. RGB value is (234,129,93). Sum of RGB (Red+Green+Blue) = 234+129+93=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA815D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA815D is #157EA2. Grayscale: #9C9C9C. Windows color (decimal): -1408675 or 6128106. OLE color: 6128106.

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

Color convert

RGB23412993-
CMYK00.450.600.08
HSL15.32º77.05%64.12%-
HSV(B)15.32º60.26%91.76%-
XYZ43.7633.9814.61-
YUV156.2992.29183.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.32%
GREEN value IS 129 (50.78% from 255) = 28.29%
BLUE value IS 93 (36.72% from 255) = 20.39%
R=51.32%
G=28.29%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341299300.450.600.0815.3277.0564.12
HexEA815D02D3C8f4d40
Octal352201135055741017115100
Binary1110101010000001101110101011011111001000111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA815D; }

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

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

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

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

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

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

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

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