#EA8C5D

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

Shades of Crusta #EA8C5D

Tints of Crusta #EA8C5D

Color information

#EA8C5D (or 0xEA8C5D) is unknown color: approx Crusta. HEX triplet: EA, 8C and 5D. RGB value is (234,140,93). Sum of RGB (Red+Green+Blue) = 234+140+93=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C5D is #1573A2. Grayscale: #A3A3A3. Windows color (decimal): -1405859 or 6130922. OLE color: 6130922.

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

Color convert

RGB23414093-
CMYK00.400.600.08
HSL20º77.05%64.12%-
HSV(B)20º60.26%91.76%-
XYZ45.2937.0415.12-
YUV162.7588.64178.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.11%
GREEN value IS 140 (55.08% from 255) = 29.98%
BLUE value IS 93 (36.72% from 255) = 19.91%
R=50.11%
G=29.98%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341409300.400.600.082077.0564.12
HexEA8C5D0283C8144d40
Octal352214135050741024115100
Binary11101010100011001011101010100011110010001010010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8C5D; }

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

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

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

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

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

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

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

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