#EB8C61

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

Shades of Crusta #EB8C61

Tints of Crusta #EB8C61

Color information

#EB8C61 (or 0xEB8C61) is unknown color: approx Crusta. HEX triplet: EB, 8C and 61. RGB value is (235,140,97). Sum of RGB (Red+Green+Blue) = 235+140+97=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C61 is #14739E. Grayscale: #A3A3A3. Windows color (decimal): -1340319 or 6393067. OLE color: 6393067.

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

Color convert

RGB23514097-
CMYK00.400.590.08
HSL18.7º77.53%65.1%-
HSV(B)18.7º58.72%92.16%-
XYZ45.837.2816.09-
YUV163.590.47179-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.79%
GREEN value IS 140 (55.08% from 255) = 29.66%
BLUE value IS 97 (38.28% from 255) = 20.55%
R=49.79%
G=29.66%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351409700.400.590.0818.777.5365.1
HexEB8C610283B8134e41
Octal353214141050731023116101
Binary11101011100011001100001010100011101110001001110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8C61; }

 p { color: rgb(235,140,97); }

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

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

 a { background-color: rgb(235,140,97); }

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

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

 span { border-color: rgb(235,140,97); }

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