Html Css Color HEX #CEA10B Buddha Gold

📋 copy color: '#CEA10B'

red 206 ◦ green 161 ◦ blue 11

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

Shades of Buddha Gold #CEA10B

Tints of Buddha Gold #CEA10B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.91%

R = 54.5%
G = 42.59%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CEA10B (or 0xCEA10B) is known color: Buddha Gold. HEX triplet: CE, A1 and 0B. RGB value is (206,161,11). Sum of RGB (Red+Green+Blue) = 206+161+11=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA10B is #315EF4. Grayscale: #9E9E9E. Windows color (decimal): -3235573 or 762318. OLE color: 762318.

HSL color Cylindrical-coordinate representation of color #CEA10B: hue angle of 46.15º 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 #CEA10B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 161 11 -
CMYK 0 0.22 0.95 0.19
HSL 46.15º 0.9% 0.43% -
HSV(B) 46.15º 0.95% 0.81% -
XYZ 38.26 38.64 5.76 -
YUV 157.36 45.41 162.7 -
System Red Green Blue C M Y K H S L
Decimal 206 161 11 0 0.22 0.95 0.19 46.15 0.9 0.43
Hex CE A1 B 0 16 5F 13 2E 5A 2B
Octal 316 241 13 0 26 137 23 56 132 53
Binary 11001110 10100001 1011 0 10110 1011111 10011 101110 1011010 101011

Color Harmonies of #CEA10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA10B

Black with #CEA10B

Text Example


Text Example

White with #CEA10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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