#EB9061

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

Shades of Crusta #EB9061

Tints of Crusta #EB9061

Color information

#EB9061 (or 0xEB9061) is unknown color: approx Crusta. HEX triplet: EB, 90 and 61. RGB value is (235,144,97). Sum of RGB (Red+Green+Blue) = 235+144+97=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9061 is #146F9E. Grayscale: #A6A6A6. Windows color (decimal): -1339295 or 6394091. OLE color: 6394091.

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

Color convert

RGB23514497-
CMYK00.390.590.08
HSL20.43º77.53%65.1%-
HSV(B)20.43º58.72%92.16%-
XYZ46.3938.4716.29-
YUV165.8589.15177.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.37%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 97 (38.28% from 255) = 20.38%
R=49.37%
G=30.25%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351449700.390.590.0820.4377.5365.1
HexEB90610273B8144e41
Octal353220141047731024116101
Binary11101011100100001100001010011111101110001010010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9061; }

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

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

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

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

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

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

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

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