Html Css Color HEX #CEA034 Metallic Gold

📋 copy color: '#CEA034'

red 206 ◦ green 160 ◦ blue 52

#CEA034
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Gold #CEA034

Tints of Metallic Gold #CEA034

RGB

 RED value IS 206 (80.86% from 255) = 49.28%

 GREEN value IS 160 (62.89% from 255) = 38.28%

 BLUE value IS 52 (20.7% from 255) = 12.44%

R = 49.28%
G = 38.28%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CEA034 (or 0xCEA034) is known color: Metallic Gold. HEX triplet: CE, A0 and 34. RGB value is (206,160,52). Sum of RGB (Red+Green+Blue) = 206+160+52=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA034 is #315FCB. Grayscale: #A1A1A1. Windows color (decimal): -3235788 or 3449038. OLE color: 3449038.

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

Color convert

RGB 206 160 52 -
CMYK 0 0.22 0.75 0.19
HSL 42.08º 0.61% 0.51% -
HSV(B) 42.08º 0.75% 0.81% -
XYZ 38.64 38.51 8.65 -
YUV 161.44 66.24 159.78 -
System Red Green Blue C M Y K H S L
Decimal 206 160 52 0 0.22 0.75 0.19 42.08 0.61 0.51
Hex CE A0 34 0 16 4B 13 2A 3D 33
Octal 316 240 64 0 26 113 23 52 75 63
Binary 11001110 10100000 110100 0 10110 1001011 10011 101010 111101 110011

Color Harmonies of #CEA034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA034

Black with #CEA034

Text Example


Text Example

White with #CEA034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA034; }

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

 H1.HeaderClassName
 {
   color: #CEA034;
 }
 .AnyTagClassName
 {
   color: #CEA034;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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