Html Css Color HEX #CEA30E Buddha Gold

📋 copy color: '#CEA30E'

red 206 ◦ green 163 ◦ blue 14

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

Shades of Buddha Gold #CEA30E

Tints of Buddha Gold #CEA30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 53.79%
G = 42.56%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEA30E (or 0xCEA30E) is known color: Buddha Gold. HEX triplet: CE, A3 and 0E. RGB value is (206,163,14). Sum of RGB (Red+Green+Blue) = 206+163+14=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA30E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA30E is #315CF1. Grayscale: #9F9F9F. Windows color (decimal): -3235058 or 959438. OLE color: 959438.

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

Color convert

RGB 206 163 14 -
CMYK 0 0.21 0.93 0.19
HSL 46.56º 0.87% 0.43% -
HSV(B) 46.56º 0.93% 0.81% -
XYZ 38.63 39.35 5.97 -
YUV 158.87 46.25 161.62 -
System Red Green Blue C M Y K H S L
Decimal 206 163 14 0 0.21 0.93 0.19 46.56 0.87 0.43
Hex CE A3 E 0 15 5D 13 2F 57 2B
Octal 316 243 16 0 25 135 23 57 127 53
Binary 11001110 10100011 1110 0 10101 1011101 10011 101111 1010111 101011

Color Harmonies of #CEA30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA30E

Black with #CEA30E

Text Example


Text Example

White with #CEA30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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