#E7AA4E

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

Shades of Casablanca #E7AA4E

Tints of Casablanca #E7AA4E

Color information

#E7AA4E (or 0xE7AA4E) is unknown color: approx Casablanca. HEX triplet: E7, AA and 4E. RGB value is (231,170,78). Sum of RGB (Red+Green+Blue) = 231+170+78=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AA4E is #1855B1. Grayscale: #B2B2B2. Windows color (decimal): -1594802 or 5155559. OLE color: 5155559.

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

Color convert

RGB23117078-
CMYK00.260.660.09
HSL36.08º76.12%60.59%-
HSV(B)36.08º66.23%90.59%-
XYZ48.746.2913.58-
YUV177.7571.71165.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.23%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 78 (30.86% from 255) = 16.28%
R=48.23%
G=35.49%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311707800.260.660.0936.0876.1260.59
HexE7AA4E01A429244c3d
Octal347252116032102114411475
Binary11100111101010101001110011010100001010011001001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AA4E; }

 p { color: rgb(231,170,78); }

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

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

 a { background-color: rgb(231,170,78); }

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

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

 span { border-color: rgb(231,170,78); }

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