Html Css Color HEX #CEA62E Metallic Gold

📋 copy color: '#CEA62E'

red 206 ◦ green 166 ◦ blue 46

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

Shades of Metallic Gold #CEA62E

Tints of Metallic Gold #CEA62E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.71%

 BLUE value IS 46 (18.36% from 255) = 11%

R = 49.28%
G = 39.71%
B = 11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CEA62E (or 0xCEA62E) is known color: Metallic Gold. HEX triplet: CE, A6 and 2E. RGB value is (206,166,46). Sum of RGB (Red+Green+Blue) = 206+166+46=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA62E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA62E is #3159D1. Grayscale: #A4A4A4. Windows color (decimal): -3234258 or 3057358. OLE color: 3057358.

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

Color convert

RGB 206 166 46 -
CMYK 0 0.19 0.78 0.19
HSL 45º 0.63% 0.49% -
HSV(B) 45º 0.78% 0.81% -
XYZ 39.58 40.59 8.33 -
YUV 164.28 61.25 157.76 -
System Red Green Blue C M Y K H S L
Decimal 206 166 46 0 0.19 0.78 0.19 45 0.63 0.49
Hex CE A6 2E 0 13 4E 13 2D 3F 31
Octal 316 246 56 0 23 116 23 55 77 61
Binary 11001110 10100110 101110 0 10011 1001110 10011 101101 111111 110001

Color Harmonies of #CEA62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA62E

Black with #CEA62E

Text Example


Text Example

White with #CEA62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA62E; }

 p { color: rgb(206,166,46); }

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

background-color css

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

 a { background-color: rgb(206,166,46); }

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

border-color css

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

 span { border-color: rgb(206,166,46); }

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