#E9B35C

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

Shades of Casablanca #E9B35C

Tints of Casablanca #E9B35C

Color information

#E9B35C (or 0xE9B35C) is unknown color: approx Casablanca. HEX triplet: E9, B3 and 5C. RGB value is (233,179,92). Sum of RGB (Red+Green+Blue) = 233+179+92=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9B35C is #164CA3. Grayscale: #B9B9B9. Windows color (decimal): -1461412 or 6075369. OLE color: 6075369.

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

Color convert

RGB23317992-
CMYK00.230.610.09
HSL37.02º76.22%63.73%-
HSV(B)37.02º60.52%91.37%-
XYZ51.6650.3417.12-
YUV185.2375.39162.07-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.23%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 92 (36.33% from 255) = 18.25%
R=46.23%
G=35.52%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331799200.230.610.0937.0276.2263.73
HexE9B35C0173D9254c40
Octal351263134027751145114100
Binary11101001101100111011100010111111101100110010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B35C; }

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

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

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

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

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

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

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

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