#E9AF5D

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

Shades of Casablanca #E9AF5D

Tints of Casablanca #E9AF5D

Color information

#E9AF5D (or 0xE9AF5D) is unknown color: approx Casablanca. HEX triplet: E9, AF and 5D. RGB value is (233,175,93). Sum of RGB (Red+Green+Blue) = 233+175+93=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF5D is #1650A2. Grayscale: #B7B7B7. Windows color (decimal): -1462435 or 6139881. OLE color: 6139881.

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

Color convert

RGB23317593-
CMYK00.250.600.09
HSL35.14º76.09%63.92%-
HSV(B)35.14º60.09%91.37%-
XYZ50.9148.7717.09-
YUV182.9977.22163.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.51%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 93 (36.72% from 255) = 18.56%
R=46.51%
G=34.93%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331759300.250.600.0935.1476.0963.92
HexE9AF5D0193C9234c40
Octal351257135031741143114100
Binary11101001101011111011101011001111100100110001110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AF5D; }

 p { color: rgb(233,175,93); }

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

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

 a { background-color: rgb(233,175,93); }

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

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

 span { border-color: rgb(233,175,93); }

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