#CEA040

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

Shades of Metallic Gold #CEA040

Tints of Metallic Gold #CEA040

Color information

#CEA040 (or 0xCEA040) is unknown color: approx Metallic Gold. HEX triplet: CE, A0 and 40. RGB value is (206,160,64). Sum of RGB (Red+Green+Blue) = 206+160+64=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA040 is #315FBF. Grayscale: #A3A3A3. Windows color (decimal): -3235776 or 4235470. OLE color: 4235470.

HSL color Cylindrical-coordinate representation of color #CEA040: hue angle of 40.56º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEA040 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20616064-
CMYK00.220.690.19
HSL40.56º59.17%52.94%-
HSV(B)40.56º68.93%80.78%-
XYZ38.9538.6310.25-
YUV162.8172.24158.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.91%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 64 (25.39% from 255) = 14.88%
R=47.91%
G=37.21%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061606400.220.690.1940.5659.1752.94
HexCEA0400164513293b35
Octal31624010002610523517365
Binary11001110101000001000000010110100010110011101001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA040; }

 p { color: rgb(206,160,64); }

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

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

 a { background-color: rgb(206,160,64); }

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

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

 span { border-color: rgb(206,160,64); }

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