#CEA730

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

Shades of Metallic Gold #CEA730

Tints of Metallic Gold #CEA730

Color information

#CEA730 (or 0xCEA730) is unknown color: approx Metallic Gold. HEX triplet: CE, A7 and 30. RGB value is (206,167,48). Sum of RGB (Red+Green+Blue) = 206+167+48=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA730 is #3158CF. Grayscale: #A5A5A5. Windows color (decimal): -3234000 or 3188686. OLE color: 3188686.

HSL color Cylindrical-coordinate representation of color #CEA730: hue angle of 45.19º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEA730 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB20616748-
CMYK00.190.770.19
HSL45.19º62.2%49.8%-
HSV(B)45.19º76.7%80.78%-
XYZ39.8140.978.61-
YUV165.161.92157.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.93%
GREEN value IS 167 (65.62% from 255) = 39.67%
BLUE value IS 48 (19.14% from 255) = 11.40%
R=48.93%
G=39.67%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061674800.190.770.1945.1962.249.8
HexCEA7300134D132d3e32
Octal3162476002311523557662
Binary1100111010100111110000010011100110110011101101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA730; }

 p { color: rgb(206,167,48); }

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

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

 a { background-color: rgb(206,167,48); }

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

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

 span { border-color: rgb(206,167,48); }

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