#E9B05C

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

Shades of Casablanca #E9B05C

Tints of Casablanca #E9B05C

Color information

#E9B05C (or 0xE9B05C) is unknown color: approx Casablanca. HEX triplet: E9, B0 and 5C. RGB value is (233,176,92). Sum of RGB (Red+Green+Blue) = 233+176+92=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9B05C is #164FA3. Grayscale: #B7B7B7. Windows color (decimal): -1462180 or 6074601. OLE color: 6074601.

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

Color convert

RGB23317692-
CMYK00.240.610.09
HSL35.74º76.22%63.73%-
HSV(B)35.74º60.52%91.37%-
XYZ51.0649.1516.92-
YUV183.4776.38163.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.51%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 92 (36.33% from 255) = 18.36%
R=46.51%
G=35.13%
B=18.36%

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
Decimal2331769200.240.610.0935.7476.2263.73
HexE9B05C0183D9244c40
Octal351260134030751144114100
Binary11101001101100001011100011000111101100110010010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B05C; }

 p { color: rgb(233,176,92); }

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

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

 a { background-color: rgb(233,176,92); }

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

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

 span { border-color: rgb(233,176,92); }

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