#E9A84C

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

Shades of Casablanca #E9A84C

Tints of Casablanca #E9A84C

Color information

#E9A84C (or 0xE9A84C) is unknown color: approx Casablanca. HEX triplet: E9, A8 and 4C. RGB value is (233,168,76). Sum of RGB (Red+Green+Blue) = 233+168+76=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A84C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A84C is #1657B3. Grayscale: #B1B1B1. Windows color (decimal): -1464244 or 5023977. OLE color: 5023977.

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

Color convert

RGB23316876-
CMYK00.280.670.09
HSL35.16º78.11%60.59%-
HSV(B)35.16º67.38%91.37%-
XYZ48.9145.8513.11-
YUV176.9571.03167.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.85%
GREEN value IS 168 (66.02% from 255) = 35.22%
BLUE value IS 76 (30.08% from 255) = 15.93%
R=48.85%
G=35.22%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331687600.280.670.0935.1678.1160.59
HexE9A84C01C439234e3d
Octal351250114034103114311675
Binary11101001101010001001100011100100001110011000111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A84C; }

 p { color: rgb(233,168,76); }

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

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

 a { background-color: rgb(233,168,76); }

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

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

 span { border-color: rgb(233,168,76); }

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