Html Css Color HEX #CEA10F Buddha Gold

📋 copy color: '#CEA10F'

red 206 ◦ green 161 ◦ blue 15

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

Shades of Buddha Gold #CEA10F

Tints of Buddha Gold #CEA10F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.15%

 BLUE value IS 15 (6.25% from 255) = 3.93%

R = 53.93%
G = 42.15%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEA10F (or 0xCEA10F) is known color: Buddha Gold. HEX triplet: CE, A1 and 0F. RGB value is (206,161,15). Sum of RGB (Red+Green+Blue) = 206+161+15=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA10F is #315EF0. Grayscale: #9E9E9E. Windows color (decimal): -3235569 or 1024462. OLE color: 1024462.

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

Color convert

RGB 206 161 15 -
CMYK 0 0.22 0.93 0.19
HSL 45.86º 0.86% 0.43% -
HSV(B) 45.86º 0.93% 0.81% -
XYZ 38.28 38.65 5.89 -
YUV 157.81 47.41 162.37 -
System Red Green Blue C M Y K H S L
Decimal 206 161 15 0 0.22 0.93 0.19 45.86 0.86 0.43
Hex CE A1 F 0 16 5D 13 2E 56 2B
Octal 316 241 17 0 26 135 23 56 126 53
Binary 11001110 10100001 1111 0 10110 1011101 10011 101110 1010110 101011

Color Harmonies of #CEA10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA10F

Black with #CEA10F

Text Example


Text Example

White with #CEA10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA10F; }

 p { color: rgb(206,161,15); }

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

background-color css

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

 a { background-color: rgb(206,161,15); }

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

border-color css

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

 span { border-color: rgb(206,161,15); }

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