Html Css Color HEX #CEA234 Metallic Gold

📋 copy color: '#CEA234'

red 206 ◦ green 162 ◦ blue 52

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

Shades of Metallic Gold #CEA234

Tints of Metallic Gold #CEA234

RGB

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

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

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

R = 49.05%
G = 38.57%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CEA234 (or 0xCEA234) is known color: Metallic Gold. HEX triplet: CE, A2 and 34. RGB value is (206,162,52). Sum of RGB (Red+Green+Blue) = 206+162+52=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA234 is #315DCB. Grayscale: #A3A3A3. Windows color (decimal): -3235276 or 3449550. OLE color: 3449550.

HSL color Cylindrical-coordinate representation of color #CEA234: hue angle of 42.86º 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 #CEA234 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 162 52 -
CMYK 0 0.21 0.75 0.19
HSL 42.86º 0.61% 0.51% -
HSV(B) 42.86º 0.75% 0.81% -
XYZ 38.99 39.21 8.76 -
YUV 162.62 65.58 158.94 -
System Red Green Blue C M Y K H S L
Decimal 206 162 52 0 0.21 0.75 0.19 42.86 0.61 0.51
Hex CE A2 34 0 15 4B 13 2B 3D 33
Octal 316 242 64 0 25 113 23 53 75 63
Binary 11001110 10100010 110100 0 10101 1001011 10011 101011 111101 110011

Color Harmonies of #CEA234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA234

Black with #CEA234

Text Example


Text Example

White with #CEA234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA234; }

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

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

background-color css

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

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

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

border-color css

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

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

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