#EA8C5B

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

Shades of Crusta #EA8C5B

Tints of Crusta #EA8C5B

Color information

#EA8C5B (or 0xEA8C5B) is unknown color: approx Crusta. HEX triplet: EA, 8C and 5B. RGB value is (234,140,91). Sum of RGB (Red+Green+Blue) = 234+140+91=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C5B is #1573A4. Grayscale: #A2A2A2. Windows color (decimal): -1405861 or 5999850. OLE color: 5999850.

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

Color convert

RGB23414091-
CMYK00.400.610.08
HSL20.56º77.3%63.73%-
HSV(B)20.56º61.11%91.76%-
XYZ45.23714.66-
YUV162.5287.64178.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.32%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 91 (35.94% from 255) = 19.57%
R=50.32%
G=30.11%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341409100.400.610.0820.5677.363.73
HexEA8C5B0283D8154d40
Octal352214133050751025115100
Binary11101010100011001011011010100011110110001010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8C5B; }

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

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

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

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

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

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

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

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