#EB845A

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

Shades of Crusta #EB845A

Tints of Crusta #EB845A

Color information

#EB845A (or 0xEB845A) is unknown color: approx Crusta. HEX triplet: EB, 84 and 5A. RGB value is (235,132,90). Sum of RGB (Red+Green+Blue) = 235+132+90=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB845A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB845A is #147BA5. Grayscale: #9E9E9E. Windows color (decimal): -1342374 or 5932267. OLE color: 5932267.

HSL color Cylindrical-coordinate representation of color #EB845A: hue angle of 17.38º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB845A is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB23513290-
CMYK00.440.620.08
HSL17.38º78.38%63.73%-
HSV(B)17.38º61.7%92.16%-
XYZ44.3634.914.07-
YUV158.0189.62182.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.42%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 90 (35.55% from 255) = 19.69%
R=51.42%
G=28.88%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351329000.440.620.0817.3878.3863.73
HexEB845A02C3E8114e40
Octal353204132054761021116100
Binary11101011100001001011010010110011111010001000110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB845A; }

 p { color: rgb(235,132,90); }

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

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

 a { background-color: rgb(235,132,90); }

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

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

 span { border-color: rgb(235,132,90); }

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