#E8B15B

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

Shades of Casablanca #E8B15B

Tints of Casablanca #E8B15B

Color information

#E8B15B (or 0xE8B15B) is unknown color: approx Casablanca. HEX triplet: E8, B1 and 5B. RGB value is (232,177,91). Sum of RGB (Red+Green+Blue) = 232+177+91=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B15B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8B15B is #174EA4. Grayscale: #B8B8B8. Windows color (decimal): -1527461 or 6009320. OLE color: 6009320.

HSL color Cylindrical-coordinate representation of color #E8B15B: hue angle of 36.6º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E8B15B is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB23217791-
CMYK00.240.610.09
HSL36.6º75.4%63.33%-
HSV(B)36.6º60.78%90.98%-
XYZ50.8949.3616.74-
YUV183.6475.72162.49-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.4%
GREEN value IS 177 (69.53% from 255) = 35.4%
BLUE value IS 91 (35.94% from 255) = 18.2%
R=46.4%
G=35.4%
B=18.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321779100.240.610.0936.675.463.33
HexE8B15B0183D9254b3f
Octal35026113303075114511377
Binary1110100010110001101101101100011110110011001011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B15B; }

 p { color: rgb(232,177,91); }

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

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

 a { background-color: rgb(232,177,91); }

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

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

 span { border-color: rgb(232,177,91); }

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