#CEA238

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

Shades of Metallic Gold #CEA238

Tints of Metallic Gold #CEA238

Color information

#CEA238 (or 0xCEA238) is unknown color: approx Metallic Gold. HEX triplet: CE, A2 and 38. RGB value is (206,162,56). Sum of RGB (Red+Green+Blue) = 206+162+56=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA238 is #315DC7. Grayscale: #A3A3A3. Windows color (decimal): -3235272 or 3711694. OLE color: 3711694.

HSL color Cylindrical-coordinate representation of color #CEA238: hue angle of 42.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEA238 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB20616256-
CMYK00.210.730.19
HSL42.4º60.48%51.37%-
HSV(B)42.4º72.82%80.78%-
XYZ39.0939.259.26-
YUV163.0767.58158.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.58%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 56 (22.27% from 255) = 13.21%
R=48.58%
G=38.21%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061625600.210.730.1942.460.4851.37
HexCEA23801549132a3c33
Octal3162427002511123527463
Binary1100111010100010111000010101100100110011101010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA238; }

 p { color: rgb(206,162,56); }

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

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

 a { background-color: rgb(206,162,56); }

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

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

 span { border-color: rgb(206,162,56); }

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