#E9AB5C

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

Shades of Casablanca #E9AB5C

Tints of Casablanca #E9AB5C

Color information

#E9AB5C (or 0xE9AB5C) is unknown color: approx Casablanca. HEX triplet: E9, AB and 5C. RGB value is (233,171,92). Sum of RGB (Red+Green+Blue) = 233+171+92=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AB5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AB5C is #1654A3. Grayscale: #B4B4B4. Windows color (decimal): -1463460 or 6073321. OLE color: 6073321.

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

Color convert

RGB23317192-
CMYK00.270.610.09
HSL33.62º76.22%63.73%-
HSV(B)33.62º60.52%91.37%-
XYZ50.147.2216.6-
YUV180.5378.04165.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.98%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 92 (36.33% from 255) = 18.55%
R=46.98%
G=34.48%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331719200.270.610.0933.6276.2263.73
HexE9AB5C01B3D9224c40
Octal351253134033751142114100
Binary11101001101010111011100011011111101100110001010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AB5C; }

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

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

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

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

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

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

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

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