Html Css Color HEX #CEA70A Buddha Gold

📋 copy color: '#CEA70A'

red 206 ◦ green 167 ◦ blue 10

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

Shades of Buddha Gold #CEA70A

Tints of Buddha Gold #CEA70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.61%

R = 53.79%
G = 43.6%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CEA70A (or 0xCEA70A) is known color: Buddha Gold. HEX triplet: CE, A7 and 0A. RGB value is (206,167,10). Sum of RGB (Red+Green+Blue) = 206+167+10=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA70A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA70A is #3158F5. Grayscale: #A1A1A1. Windows color (decimal): -3234038 or 698318. OLE color: 698318.

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

Color convert

RGB 206 167 10 -
CMYK 0 0.19 0.95 0.19
HSL 48.06º 0.91% 0.42% -
HSV(B) 48.06º 0.95% 0.81% -
XYZ 39.33 40.78 6.09 -
YUV 160.76 42.92 160.27 -
System Red Green Blue C M Y K H S L
Decimal 206 167 10 0 0.19 0.95 0.19 48.06 0.91 0.42
Hex CE A7 A 0 13 5F 13 30 5B 2A
Octal 316 247 12 0 23 137 23 60 133 52
Binary 11001110 10100111 1010 0 10011 1011111 10011 110000 1011011 101010

Color Harmonies of #CEA70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA70A

Black with #CEA70A

Text Example


Text Example

White with #CEA70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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