#EB915E

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

Shades of Crusta #EB915E

Tints of Crusta #EB915E

Color information

#EB915E (or 0xEB915E) is unknown color: approx Crusta. HEX triplet: EB, 91 and 5E. RGB value is (235,145,94). Sum of RGB (Red+Green+Blue) = 235+145+94=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB915E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB915E is #146EA1. Grayscale: #A6A6A6. Windows color (decimal): -1339042 or 6197739. OLE color: 6197739.

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

Color convert

RGB23514594-
CMYK00.380.60.08
HSL21.7º77.9%64.51%-
HSV(B)21.7º60%92.16%-
XYZ46.4138.7215.62-
YUV166.187.32177.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.58%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 94 (37.11% from 255) = 19.83%
R=49.58%
G=30.59%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.6
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351459400.380.60.0821.777.964.51
HexEB915E0263C8164e41
Octal353221136046741026116101
Binary11101011100100011011110010011011110010001011010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB915E; }

 p { color: rgb(235,145,94); }

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

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

 a { background-color: rgb(235,145,94); }

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

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

 span { border-color: rgb(235,145,94); }

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