#E8A64B

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

Shades of Casablanca #E8A64B

Tints of Casablanca #E8A64B

Color information

#E8A64B (or 0xE8A64B) is unknown color: approx Casablanca. HEX triplet: E8, A6 and 4B. RGB value is (232,166,75). Sum of RGB (Red+Green+Blue) = 232+166+75=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A64B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A64B is #1759B4. Grayscale: #AFAFAF. Windows color (decimal): -1530293 or 4957928. OLE color: 4957928.

HSL color Cylindrical-coordinate representation of color #E8A64B: hue angle of 34.78º degrees, saturation: 0.77, 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 #E8A64B is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB23216675-
CMYK00.280.680.09
HSL34.78º77.34%60.2%-
HSV(B)34.78º67.67%90.98%-
XYZ48.1844.9412.79-
YUV175.3671.37168.4-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.05%
GREEN value IS 166 (65.23% from 255) = 35.10%
BLUE value IS 75 (29.69% from 255) = 15.86%
R=49.05%
G=35.10%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321667500.280.680.0934.7877.3460.2
HexE8A64B01C449234d3c
Octal350246113034104114311574
Binary11101000101001101001011011100100010010011000111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A64B; }

 p { color: rgb(232,166,75); }

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

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

 a { background-color: rgb(232,166,75); }

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

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

 span { border-color: rgb(232,166,75); }

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