#E9AF4A

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

Shades of Casablanca #E9AF4A

Tints of Casablanca #E9AF4A

Color information

#E9AF4A (or 0xE9AF4A) is unknown color: approx Casablanca. HEX triplet: E9, AF and 4A. RGB value is (233,175,74). Sum of RGB (Red+Green+Blue) = 233+175+74=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AF4A is #1650B5. Grayscale: #B5B5B5. Windows color (decimal): -1462454 or 4894697. OLE color: 4894697.

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

Color convert

RGB23317574-
CMYK00.250.680.09
HSL38.11º78.33%60.2%-
HSV(B)38.11º68.24%91.37%-
XYZ50.1748.4813.19-
YUV180.8367.72165.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.34%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 74 (29.30% from 255) = 15.35%
R=48.34%
G=36.31%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331757400.250.680.0938.1178.3360.2
HexE9AF4A019449264e3c
Octal351257112031104114611674
Binary11101001101011111001010011001100010010011001101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AF4A; }

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

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

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

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

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

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

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

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