Html Css Color HEX #CEA238 Metallic Gold

📋 copy color: '#CEA238'

red 206 ◦ green 162 ◦ blue 56

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

Shades of Metallic Gold #CEA238

Tints of Metallic Gold #CEA238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.21%

R = 48.58%
G = 38.21%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEA238 (or 0xCEA238) is known color: Metallic Gold. HEX triplet: CE, A2 and 38. RGB value is (206,162,56). Sum of RGB (Red+Green+Blue) = 206+162+56=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA238 is #315DC7. Grayscale: #A3A3A3. Windows color (decimal): -3235272 or 3711694. OLE color: 3711694.

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

Color convert

RGB 206 162 56 -
CMYK 0 0.21 0.73 0.19
HSL 42.4º 0.6% 0.51% -
HSV(B) 42.4º 0.73% 0.81% -
XYZ 39.09 39.25 9.26 -
YUV 163.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 206 162 56 0 0.21 0.73 0.19 42.4 0.6 0.51
Hex CE A2 38 0 15 49 13 2A 3C 33
Octal 316 242 70 0 25 111 23 52 74 63
Binary 11001110 10100010 111000 0 10101 1001001 10011 101010 111100 110011

Color Harmonies of #CEA238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA238

Black with #CEA238

Text Example


Text Example

White with #CEA238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA238; }

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

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

background-color css

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

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

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

border-color css

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

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

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