#E9915D

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

Shades of Crusta #E9915D

Tints of Crusta #E9915D

Color information

#E9915D (or 0xE9915D) is unknown color: approx Crusta. HEX triplet: E9, 91 and 5D. RGB value is (233,145,93). Sum of RGB (Red+Green+Blue) = 233+145+93=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E9915D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9915D is #166EA2. Grayscale: #A5A5A5. Windows color (decimal): -1470115 or 6132201. OLE color: 6132201.

HSL color Cylindrical-coordinate representation of color #E9915D: hue angle of 22.29º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9915D is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23314593-
CMYK00.380.600.09
HSL22.29º76.09%63.92%-
HSV(B)22.29º60.09%91.37%-
XYZ45.7138.3615.35-
YUV165.3887.15176.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.47%
GREEN value IS 145 (57.03% from 255) = 30.79%
BLUE value IS 93 (36.72% from 255) = 19.75%
R=49.47%
G=30.79%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331459300.380.600.0922.2976.0963.92
HexE9915D0263C9164c40
Octal351221135046741126114100
Binary11101001100100011011101010011011110010011011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9915D; }

 p { color: rgb(233,145,93); }

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

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

 a { background-color: rgb(233,145,93); }

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

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

 span { border-color: rgb(233,145,93); }

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