#EB8156

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

Shades of Crusta #EB8156

Tints of Crusta #EB8156

Color information

#EB8156 (or 0xEB8156) is unknown color: approx Crusta. HEX triplet: EB, 81 and 56. RGB value is (235,129,86). Sum of RGB (Red+Green+Blue) = 235+129+86=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8156 is #147EA9. Grayscale: #9C9C9C. Windows color (decimal): -1343146 or 5669355. OLE color: 5669355.

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

Color convert

RGB23512986-
CMYK00.450.630.08
HSL17.32º78.84%62.94%-
HSV(B)17.32º63.4%92.16%-
XYZ43.7934.0313.07-
YUV155.7988.62184.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.22%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 86 (33.98% from 255) = 19.11%
R=52.22%
G=28.67%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351298600.450.630.0817.3278.8462.94
HexEB815602D3F8114f3f
Octal35320112605577102111777
Binary1110101110000001101011001011011111111000100011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8156; }

 p { color: rgb(235,129,86); }

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

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

 a { background-color: rgb(235,129,86); }

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

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

 span { border-color: rgb(235,129,86); }

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