Html Css Color HEX #CEA20F Buddha Gold

📋 copy color: '#CEA20F'

red 206 ◦ green 162 ◦ blue 15

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

Shades of Buddha Gold #CEA20F

Tints of Buddha Gold #CEA20F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.3%

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

R = 53.79%
G = 42.3%
B = 3.92%

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

#CEA20F (or 0xCEA20F) is known color: Buddha Gold. HEX triplet: CE, A2 and 0F. RGB value is (206,162,15). Sum of RGB (Red+Green+Blue) = 206+162+15=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA20F is #315DF0. Grayscale: #9F9F9F. Windows color (decimal): -3235313 or 1024718. OLE color: 1024718.

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

Color convert

RGB 206 162 15 -
CMYK 0 0.21 0.93 0.19
HSL 46.18º 0.86% 0.43% -
HSV(B) 46.18º 0.93% 0.81% -
XYZ 38.46 39 5.95 -
YUV 158.4 47.08 161.95 -
System Red Green Blue C M Y K H S L
Decimal 206 162 15 0 0.21 0.93 0.19 46.18 0.86 0.43
Hex CE A2 F 0 15 5D 13 2E 56 2B
Octal 316 242 17 0 25 135 23 56 126 53
Binary 11001110 10100010 1111 0 10101 1011101 10011 101110 1010110 101011

Color Harmonies of #CEA20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA20F

Black with #CEA20F

Text Example


Text Example

White with #CEA20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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