#E8AC5B

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

Shades of Casablanca #E8AC5B

Tints of Casablanca #E8AC5B

Color information

#E8AC5B (or 0xE8AC5B) is unknown color: approx Casablanca. HEX triplet: E8, AC and 5B. RGB value is (232,172,91). Sum of RGB (Red+Green+Blue) = 232+172+91=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AC5B is #1753A4. Grayscale: #B5B5B5. Windows color (decimal): -1528741 or 6008040. OLE color: 6008040.

HSL color Cylindrical-coordinate representation of color #E8AC5B: hue angle of 34.47º 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 #E8AC5B is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB23217291-
CMYK00.260.610.09
HSL34.47º75.4%63.33%-
HSV(B)34.47º60.78%90.98%-
XYZ49.9247.4216.42-
YUV180.7177.38164.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.87%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 91 (35.94% from 255) = 18.38%
R=46.87%
G=34.75%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321729100.260.610.0934.4775.463.33
HexE8AC5B01A3D9224b3f
Octal35025413303275114211377
Binary1110100010101100101101101101011110110011000101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AC5B; }

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

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

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

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

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

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

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

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