#EA8D5B

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

Shades of Crusta #EA8D5B

Tints of Crusta #EA8D5B

Color information

#EA8D5B (or 0xEA8D5B) is unknown color: approx Crusta. HEX triplet: EA, 8D and 5B. RGB value is (234,141,91). Sum of RGB (Red+Green+Blue) = 234+141+91=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D5B is #1572A4. Grayscale: #A3A3A3. Windows color (decimal): -1405605 or 6000106. OLE color: 6000106.

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

Color convert

RGB23414191-
CMYK00.400.610.08
HSL20.98º77.3%63.73%-
HSV(B)20.98º61.11%91.76%-
XYZ45.3437.314.71-
YUV163.1187.31178.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.21%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 91 (35.94% from 255) = 19.53%
R=50.21%
G=30.26%
B=19.53%

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
Decimal2341419100.400.610.0820.9877.363.73
HexEA8D5B0283D8154d40
Octal352215133050751025115100
Binary11101010100011011011011010100011110110001010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8D5B; }

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

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

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

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

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

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

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

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