Html Css Color HEX #CEA609 Buddha Gold

📋 copy color: '#CEA609'

red 206 ◦ green 166 ◦ blue 9

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

Shades of Buddha Gold #CEA609

Tints of Buddha Gold #CEA609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.36%

R = 54.07%
G = 43.57%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEA609 (or 0xCEA609) is known color: Buddha Gold. HEX triplet: CE, A6 and 09. RGB value is (206,166,9). Sum of RGB (Red+Green+Blue) = 206+166+9=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA609 is #3159F6. Grayscale: #A0A0A0. Windows color (decimal): -3234295 or 632526. OLE color: 632526.

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

Color convert

RGB 206 166 9 -
CMYK 0 0.19 0.96 0.19
HSL 47.82º 0.92% 0.42% -
HSV(B) 47.82º 0.96% 0.81% -
XYZ 39.14 40.41 6 -
YUV 160.06 42.75 160.77 -
System Red Green Blue C M Y K H S L
Decimal 206 166 9 0 0.19 0.96 0.19 47.82 0.92 0.42
Hex CE A6 9 0 13 60 13 30 5C 2A
Octal 316 246 11 0 23 140 23 60 134 52
Binary 11001110 10100110 1001 0 10011 1100000 10011 110000 1011100 101010

Color Harmonies of #CEA609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA609

Black with #CEA609

Text Example


Text Example

White with #CEA609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA609; }

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

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

background-color css

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

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

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

border-color css

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

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

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