#E7AE4C

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

Shades of Casablanca #E7AE4C

Tints of Casablanca #E7AE4C

Color information

#E7AE4C (or 0xE7AE4C) is unknown color: approx Casablanca. HEX triplet: E7, AE and 4C. RGB value is (231,174,76). Sum of RGB (Red+Green+Blue) = 231+174+76=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AE4C is #1851B3. Grayscale: #B4B4B4. Windows color (decimal): -1593780 or 5025511. OLE color: 5025511.

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

Color convert

RGB23117476-
CMYK00.250.670.09
HSL37.94º76.35%60.2%-
HSV(B)37.94º67.1%90.59%-
XYZ49.447.7813.46-
YUV179.8769.38164.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.02%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 76 (30.08% from 255) = 15.80%
R=48.02%
G=36.17%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311747600.250.670.0937.9476.3560.2
HexE7AE4C019439264c3c
Octal347256114031103114611474
Binary11100111101011101001100011001100001110011001101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AE4C; }

 p { color: rgb(231,174,76); }

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

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

 a { background-color: rgb(231,174,76); }

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

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

 span { border-color: rgb(231,174,76); }

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