#EA865D

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

Shades of Crusta #EA865D

Tints of Crusta #EA865D

Color information

#EA865D (or 0xEA865D) is unknown color: approx Crusta. HEX triplet: EA, 86 and 5D. RGB value is (234,134,93). Sum of RGB (Red+Green+Blue) = 234+134+93=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA865D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA865D is #1579A2. Grayscale: #9F9F9F. Windows color (decimal): -1407395 or 6129386. OLE color: 6129386.

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

Color convert

RGB23413493-
CMYK00.430.600.08
HSL17.45º77.05%64.12%-
HSV(B)17.45º60.26%91.76%-
XYZ44.4335.3314.83-
YUV159.2390.63181.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.76%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 93 (36.72% from 255) = 20.17%
R=50.76%
G=29.07%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341349300.430.600.0817.4577.0564.12
HexEA865D02B3C8114d40
Octal352206135053741021115100
Binary11101010100001101011101010101111110010001000110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA865D; }

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

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

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

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

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

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

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

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