#EA8E5B

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

Shades of Crusta #EA8E5B

Tints of Crusta #EA8E5B

Color information

#EA8E5B (or 0xEA8E5B) is unknown color: approx Crusta. HEX triplet: EA, 8E and 5B. RGB value is (234,142,91). Sum of RGB (Red+Green+Blue) = 234+142+91=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8E5B is #1571A4. Grayscale: #A3A3A3. Windows color (decimal): -1405349 or 6000362. OLE color: 6000362.

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

Color convert

RGB23414291-
CMYK00.390.610.08
HSL21.4º77.3%63.73%-
HSV(B)21.4º61.11%91.76%-
XYZ45.4937.5914.76-
YUV163.6986.98178.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.11%
GREEN value IS 142 (55.86% from 255) = 30.41%
BLUE value IS 91 (35.94% from 255) = 19.49%
R=50.11%
G=30.41%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341429100.390.610.0821.477.363.73
HexEA8E5B0273D8154d40
Octal352216133047751025115100
Binary11101010100011101011011010011111110110001010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8E5B; }

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

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

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

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

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

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

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

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