Html Css Color HEX #CEA00E Buddha Gold

📋 copy color: '#CEA00E'

red 206 ◦ green 160 ◦ blue 14

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

Shades of Buddha Gold #CEA00E

Tints of Buddha Gold #CEA00E

RGB

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

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

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

R = 54.21%
G = 42.11%
B = 3.68%

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

#CEA00E (or 0xCEA00E) is known color: Buddha Gold. HEX triplet: CE, A0 and 0E. RGB value is (206,160,14). Sum of RGB (Red+Green+Blue) = 206+160+14=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA00E is #315FF1. Grayscale: #9D9D9D. Windows color (decimal): -3235826 or 958670. OLE color: 958670.

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

Color convert

RGB 206 160 14 -
CMYK 0 0.22 0.93 0.19
HSL 45.63º 0.87% 0.43% -
HSV(B) 45.63º 0.93% 0.81% -
XYZ 38.1 38.3 5.8 -
YUV 157.11 47.24 162.87 -
System Red Green Blue C M Y K H S L
Decimal 206 160 14 0 0.22 0.93 0.19 45.63 0.87 0.43
Hex CE A0 E 0 16 5D 13 2E 57 2B
Octal 316 240 16 0 26 135 23 56 127 53
Binary 11001110 10100000 1110 0 10110 1011101 10011 101110 1010111 101011

Color Harmonies of #CEA00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA00E

Black with #CEA00E

Text Example


Text Example

White with #CEA00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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