#EB8D54

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

Shades of Crusta #EB8D54

Tints of Crusta #EB8D54

Color information

#EB8D54 (or 0xEB8D54) is unknown color: approx Crusta. HEX triplet: EB, 8D and 54. RGB value is (235,141,84). Sum of RGB (Red+Green+Blue) = 235+141+84=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8D54 is #1472AB. Grayscale: #A2A2A2. Windows color (decimal): -1340076 or 5541355. OLE color: 5541355.

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

Color convert

RGB23514184-
CMYK00.40.640.08
HSL22.65º79.06%62.55%-
HSV(B)22.65º64.26%92.16%-
XYZ45.3937.3513.21-
YUV162.6183.64179.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.09%
GREEN value IS 141 (55.47% from 255) = 30.65%
BLUE value IS 84 (33.20% from 255) = 18.26%
R=51.09%
G=30.65%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351418400.40.640.0822.6579.0662.55
HexEB8D54028408174f3f
Octal353215124050100102711777
Binary11101011100011011010100010100010000001000101111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8D54; }

 p { color: rgb(235,141,84); }

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

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

 a { background-color: rgb(235,141,84); }

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

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

 span { border-color: rgb(235,141,84); }

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