#CEA200

Color #CEA200 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #CEA200

Tints of Gamboge #CEA200

Color information

#CEA200 (or 0xCEA200) is unknown color: approx Gamboge. HEX triplet: CE, A2 and 00. RGB value is (206,162,0). Sum of RGB (Red+Green+Blue) = 206+162+0=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA200 is #315DFF. Grayscale: #9D9D9D. Windows color (decimal): -3235328 or 41678. OLE color: 41678.

HSL color Cylindrical-coordinate representation of color #CEA200: hue angle of 47.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEA200 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB2061620-
CMYK00.2110.19
HSL47.18º100%40.39%-
HSV(B)47.18º100%80.78%-
XYZ38.3738.965.5-
YUV156.6939.58163.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.98%
GREEN value IS 162 (63.67% from 255) = 44.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.98%
G=44.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206162000.2110.1947.1810040.39
HexCEA2001564132f6428
Octal3162420025144235714450
Binary110011101010001000101011100100100111011111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA200; }

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

 H1.HeaderClassName
 {
   color: #CEA200;
 }
 .AnyTagClassName
 {
   color: #CEA200;
 }
</style>
background-color css

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

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

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

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

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

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