Html Css Color HEX #CEA00F Buddha Gold

📋 copy color: '#CEA00F'

red 206 ◦ green 160 ◦ blue 15

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

Shades of Buddha Gold #CEA00F

Tints of Buddha Gold #CEA00F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.99%

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

R = 54.07%
G = 41.99%
B = 3.94%

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

#CEA00F (or 0xCEA00F) is known color: Buddha Gold. HEX triplet: CE, A0 and 0F. RGB value is (206,160,15). Sum of RGB (Red+Green+Blue) = 206+160+15=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA00F is #315FF0. Grayscale: #9D9D9D. Windows color (decimal): -3235825 or 1024206. OLE color: 1024206.

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

Color convert

RGB 206 160 15 -
CMYK 0 0.22 0.93 0.19
HSL 45.55º 0.86% 0.43% -
HSV(B) 45.55º 0.93% 0.81% -
XYZ 38.11 38.3 5.84 -
YUV 157.22 47.74 162.79 -
System Red Green Blue C M Y K H S L
Decimal 206 160 15 0 0.22 0.93 0.19 45.55 0.86 0.43
Hex CE A0 F 0 16 5D 13 2E 56 2B
Octal 316 240 17 0 26 135 23 56 126 53
Binary 11001110 10100000 1111 0 10110 1011101 10011 101110 1010110 101011

Color Harmonies of #CEA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA00F

Black with #CEA00F

Text Example


Text Example

White with #CEA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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