#CE9803

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

Shades of Gamboge #CE9803

Tints of Gamboge #CE9803

Color information

#CE9803 (or 0xCE9803) is unknown color: approx Gamboge. HEX triplet: CE, 98 and 03. RGB value is (206,152,3). Sum of RGB (Red+Green+Blue) = 206+152+3=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9803 is #3167FC. Grayscale: #979797. Windows color (decimal): -3237885 or 235726. OLE color: 235726.

HSL color Cylindrical-coordinate representation of color #CE9803: hue angle of 44.04º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE9803 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB2061523-
CMYK00.260.990.19
HSL44.04º97.13%40.98%-
HSV(B)44.04º98.54%80.78%-
XYZ36.735.585.02-
YUV151.1644.39167.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.06%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 3 (1.56% from 255) = 0.83%
R=57.06%
G=42.11%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206152300.260.990.1944.0497.1340.98
HexCE98301A63132c6129
Octal3162303032143235414151
Binary1100111010011000110110101100011100111011001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9803; }

 p { color: rgb(206,152,3); }

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

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

 a { background-color: rgb(206,152,3); }

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

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

 span { border-color: rgb(206,152,3); }

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