#EB9260

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

Shades of Crusta #EB9260

Tints of Crusta #EB9260

Color information

#EB9260 (or 0xEB9260) is unknown color: approx Crusta. HEX triplet: EB, 92 and 60. RGB value is (235,146,96). Sum of RGB (Red+Green+Blue) = 235+146+96=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9260 is #146D9F. Grayscale: #A7A7A7. Windows color (decimal): -1338784 or 6329067. OLE color: 6329067.

HSL color Cylindrical-coordinate representation of color #EB9260: hue angle of 21.58º 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 #EB9260 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23514696-
CMYK00.380.590.08
HSL21.58º77.65%64.9%-
HSV(B)21.58º59.15%92.16%-
XYZ46.6539.0616.15-
YUV166.9187.99176.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.27%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 96 (37.89% from 255) = 20.13%
R=49.27%
G=30.61%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351469600.380.590.0821.5877.6564.9
HexEB92600263B8164e41
Octal353222140046731026116101
Binary11101011100100101100000010011011101110001011010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9260; }

 p { color: rgb(235,146,96); }

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

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

 a { background-color: rgb(235,146,96); }

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

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

 span { border-color: rgb(235,146,96); }

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