Html Css Color HEX #CEA239 Metallic Gold

📋 copy color: '#CEA239'

red 206 ◦ green 162 ◦ blue 57

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

Shades of Metallic Gold #CEA239

Tints of Metallic Gold #CEA239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.41%

R = 48.47%
G = 38.12%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CEA239 (or 0xCEA239) is known color: Metallic Gold. HEX triplet: CE, A2 and 39. RGB value is (206,162,57). Sum of RGB (Red+Green+Blue) = 206+162+57=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA239 is #315DC6. Grayscale: #A3A3A3. Windows color (decimal): -3235271 or 3777230. OLE color: 3777230.

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

Color convert

RGB 206 162 57 -
CMYK 0 0.21 0.72 0.19
HSL 42.28º 0.6% 0.52% -
HSV(B) 42.28º 0.72% 0.81% -
XYZ 39.11 39.26 9.39 -
YUV 163.19 68.08 158.54 -
System Red Green Blue C M Y K H S L
Decimal 206 162 57 0 0.21 0.72 0.19 42.28 0.6 0.52
Hex CE A2 39 0 15 48 13 2A 3C 34
Octal 316 242 71 0 25 110 23 52 74 64
Binary 11001110 10100010 111001 0 10101 1001000 10011 101010 111100 110100

Color Harmonies of #CEA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA239

Black with #CEA239

Text Example


Text Example

White with #CEA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA239; }

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

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

background-color css

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

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

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

border-color css

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

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

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