Html Css Color HEX #CEA30B Buddha Gold

📋 copy color: '#CEA30B'

red 206 ◦ green 163 ◦ blue 11

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

Shades of Buddha Gold #CEA30B

Tints of Buddha Gold #CEA30B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.89%

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

R = 54.21%
G = 42.89%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CEA30B (or 0xCEA30B) is known color: Buddha Gold. HEX triplet: CE, A3 and 0B. RGB value is (206,163,11). Sum of RGB (Red+Green+Blue) = 206+163+11=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA30B is #315CF4. Grayscale: #9F9F9F. Windows color (decimal): -3235061 or 762830. OLE color: 762830.

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

Color convert

RGB 206 163 11 -
CMYK 0 0.21 0.95 0.19
HSL 46.77º 0.9% 0.43% -
HSV(B) 46.77º 0.95% 0.81% -
XYZ 38.61 39.34 5.88 -
YUV 158.53 44.75 161.86 -
System Red Green Blue C M Y K H S L
Decimal 206 163 11 0 0.21 0.95 0.19 46.77 0.9 0.43
Hex CE A3 B 0 15 5F 13 2F 5A 2B
Octal 316 243 13 0 25 137 23 57 132 53
Binary 11001110 10100011 1011 0 10101 1011111 10011 101111 1011010 101011

Color Harmonies of #CEA30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA30B

Black with #CEA30B

Text Example


Text Example

White with #CEA30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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