#EB8462

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

Shades of Crusta #EB8462

Tints of Crusta #EB8462

Color information

#EB8462 (or 0xEB8462) is unknown color: approx Crusta. HEX triplet: EB, 84 and 62. RGB value is (235,132,98). Sum of RGB (Red+Green+Blue) = 235+132+98=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8462 is #147B9D. Grayscale: #9F9F9F. Windows color (decimal): -1342366 or 6456555. OLE color: 6456555.

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

Color convert

RGB23513298-
CMYK00.440.580.08
HSL14.89º77.4%65.29%-
HSV(B)14.89º58.3%92.16%-
XYZ44.7235.0515.96-
YUV158.9293.62182.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.54%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 98 (38.67% from 255) = 21.08%
R=50.54%
G=28.39%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351329800.440.580.0814.8977.465.29
HexEB846202C3A8f4d41
Octal353204142054721017115101
Binary1110101110000100110001001011001110101000111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8462; }

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

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

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

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

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

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

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

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