Html Css Color HEX #CEA236 Metallic Gold

📋 copy color: '#CEA236'

red 206 ◦ green 162 ◦ blue 54

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

Shades of Metallic Gold #CEA236

Tints of Metallic Gold #CEA236

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.39%

 BLUE value IS 54 (21.48% from 255) = 12.8%

R = 48.82%
G = 38.39%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CEA236 (or 0xCEA236) is known color: Metallic Gold. HEX triplet: CE, A2 and 36. RGB value is (206,162,54). Sum of RGB (Red+Green+Blue) = 206+162+54=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA236 is #315DC9. Grayscale: #A3A3A3. Windows color (decimal): -3235274 or 3580622. OLE color: 3580622.

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

Color convert

RGB 206 162 54 -
CMYK 0 0.21 0.74 0.19
HSL 42.63º 0.61% 0.51% -
HSV(B) 42.63º 0.74% 0.81% -
XYZ 39.04 39.23 9 -
YUV 162.84 66.58 158.78 -
System Red Green Blue C M Y K H S L
Decimal 206 162 54 0 0.21 0.74 0.19 42.63 0.61 0.51
Hex CE A2 36 0 15 4A 13 2B 3D 33
Octal 316 242 66 0 25 112 23 53 75 63
Binary 11001110 10100010 110110 0 10101 1001010 10011 101011 111101 110011

Color Harmonies of #CEA236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA236

Black with #CEA236

Text Example


Text Example

White with #CEA236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA236; }

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

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

background-color css

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

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

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

border-color css

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

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

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