#E7AB4F

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

Shades of Casablanca #E7AB4F

Tints of Casablanca #E7AB4F

Color information

#E7AB4F (or 0xE7AB4F) is unknown color: approx Casablanca. HEX triplet: E7, AB and 4F. RGB value is (231,171,79). Sum of RGB (Red+Green+Blue) = 231+171+79=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AB4F is #1854B0. Grayscale: #B2B2B2. Windows color (decimal): -1594545 or 5221351. OLE color: 5221351.

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

Color convert

RGB23117179-
CMYK00.260.660.09
HSL36.32º76%60.78%-
HSV(B)36.32º65.8%90.59%-
XYZ48.9346.6813.83-
YUV178.4571.88165.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.02%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 79 (31.25% from 255) = 16.42%
R=48.02%
G=35.55%
B=16.42%

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
Decimal2311717900.260.660.0936.327660.78
HexE7AB4F01A429244c3d
Octal347253117032102114411475
Binary11100111101010111001111011010100001010011001001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AB4F; }

 p { color: rgb(231,171,79); }

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

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

 a { background-color: rgb(231,171,79); }

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

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

 span { border-color: rgb(231,171,79); }

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