#E7A94E

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

Shades of Casablanca #E7A94E

Tints of Casablanca #E7A94E

Color information

#E7A94E (or 0xE7A94E) is unknown color: approx Casablanca. HEX triplet: E7, A9 and 4E. RGB value is (231,169,78). Sum of RGB (Red+Green+Blue) = 231+169+78=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A94E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A94E is #1856B1. Grayscale: #B1B1B1. Windows color (decimal): -1595058 or 5155303. OLE color: 5155303.

HSL color Cylindrical-coordinate representation of color #E7A94E: hue angle of 35.69º 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 #E7A94E is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB23116978-
CMYK00.270.660.09
HSL35.69º76.12%60.59%-
HSV(B)35.69º66.23%90.59%-
XYZ48.5245.9113.51-
YUV177.1672.04166.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.33%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 78 (30.86% from 255) = 16.32%
R=48.33%
G=35.36%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311697800.270.660.0935.6976.1260.59
HexE7A94E01B429244c3d
Octal347251116033102114411475
Binary11100111101010011001110011011100001010011001001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A94E; }

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

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

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

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

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

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

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

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