#CEA40B

Color #CEA40B Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #CEA40B

Tints of Buddha Gold #CEA40B

Color information

#CEA40B (or 0xCEA40B) is unknown color: approx Buddha Gold. HEX triplet: CE, A4 and 0B. RGB value is (206,164,11). Sum of RGB (Red+Green+Blue) = 206+164+11=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA40B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA40B is #315BF4. Grayscale: #9F9F9F. Windows color (decimal): -3234805 or 763086. OLE color: 763086.

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

Color convert

RGB20616411-
CMYK00.200.950.19
HSL47.08º89.86%42.55%-
HSV(B)47.08º94.66%80.78%-
XYZ38.7939.75.93-
YUV159.1244.41161.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.07%
GREEN value IS 164 (64.45% from 255) = 43.04%
BLUE value IS 11 (4.69% from 255) = 2.89%
R=54.07%
G=43.04%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061641100.200.950.1947.0889.8642.55
HexCEA4B0145F132f5a2b
Octal31624413024137235713253
Binary110011101010010010110101001011111100111011111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA40B; }

 p { color: rgb(206,164,11); }

 H1.HeaderClassName
 {
   color: #CEA40B;
 }
 .AnyTagClassName
 {
   color: #CEA40B;
 }
</style>
background-color css

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

 a { background-color: rgb(206,164,11); }

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

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

 span { border-color: rgb(206,164,11); }

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