Html Css Color HEX #CEA708 Buddha Gold

📋 copy color: '#CEA708'

red 206 ◦ green 167 ◦ blue 8

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

Shades of Buddha Gold #CEA708

Tints of Buddha Gold #CEA708

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.83%

 BLUE value IS 8 (3.52% from 255) = 2.1%

R = 54.07%
G = 43.83%
B = 2.1%

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

#CEA708 (or 0xCEA708) is known color: Buddha Gold. HEX triplet: CE, A7 and 08. RGB value is (206,167,8). Sum of RGB (Red+Green+Blue) = 206+167+8=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA708 is #3158F7. Grayscale: #A1A1A1. Windows color (decimal): -3234040 or 567246. OLE color: 567246.

HSL color Cylindrical-coordinate representation of color #CEA708: hue angle of 48.18º degrees, saturation: 0.93, 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 #CEA708 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 167 8 -
CMYK 0 0.19 0.96 0.19
HSL 48.18º 0.93% 0.42% -
HSV(B) 48.18º 0.96% 0.81% -
XYZ 39.32 40.78 6.03 -
YUV 160.54 41.92 160.43 -
System Red Green Blue C M Y K H S L
Decimal 206 167 8 0 0.19 0.96 0.19 48.18 0.93 0.42
Hex CE A7 8 0 13 60 13 30 5D 2A
Octal 316 247 10 0 23 140 23 60 135 52
Binary 11001110 10100111 1000 0 10011 1100000 10011 110000 1011101 101010

Color Harmonies of #CEA708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA708

Black with #CEA708

Text Example


Text Example

White with #CEA708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA708; }

 p { color: rgb(206,167,8); }

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

background-color css

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

 a { background-color: rgb(206,167,8); }

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

border-color css

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

 span { border-color: rgb(206,167,8); }

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