#E7AE4B

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

Shades of Casablanca #E7AE4B

Tints of Casablanca #E7AE4B

Color information

#E7AE4B (or 0xE7AE4B) is unknown color: approx Casablanca. HEX triplet: E7, AE and 4B. RGB value is (231,174,75). Sum of RGB (Red+Green+Blue) = 231+174+75=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AE4B is #1851B4. Grayscale: #B4B4B4. Windows color (decimal): -1593781 or 4959975. OLE color: 4959975.

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

Color convert

RGB23117475-
CMYK00.250.680.09
HSL38.08º76.47%60%-
HSV(B)38.08º67.53%90.59%-
XYZ49.3647.7713.28-
YUV179.7668.88164.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.12%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 75 (29.69% from 255) = 15.62%
R=48.12%
G=36.25%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311747500.250.680.0938.0876.4760
HexE7AE4B019449264c3c
Octal347256113031104114611474
Binary11100111101011101001011011001100010010011001101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AE4B; }

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

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

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

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

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

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

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

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