#E7AE50

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

Shades of Casablanca #E7AE50

Tints of Casablanca #E7AE50

Color information

#E7AE50 (or 0xE7AE50) is unknown color: approx Casablanca. HEX triplet: E7, AE and 50. RGB value is (231,174,80). Sum of RGB (Red+Green+Blue) = 231+174+80=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AE50 is #1851AF. Grayscale: #B4B4B4. Windows color (decimal): -1593776 or 5287655. OLE color: 5287655.

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

Color convert

RGB23117480-
CMYK00.250.650.09
HSL37.35º75.88%60.98%-
HSV(B)37.35º65.37%90.59%-
XYZ49.5447.8414.21-
YUV180.3371.38164.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.63%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 80 (31.64% from 255) = 16.49%
R=47.63%
G=35.88%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311748000.250.650.0937.3575.8860.98
HexE7AE50019419254c3d
Octal347256120031101114511475
Binary11100111101011101010000011001100000110011001011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AE50; }

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

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

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

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

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

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

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

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