#CEA803

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

Shades of Gamboge #CEA803

Tints of Gamboge #CEA803

Color information

#CEA803 (or 0xCEA803) is unknown color: approx Gamboge. HEX triplet: CE, A8 and 03. RGB value is (206,168,3). Sum of RGB (Red+Green+Blue) = 206+168+3=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA803 is #3157FC. Grayscale: #A1A1A1. Windows color (decimal): -3233789 or 239822. OLE color: 239822.

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

Color convert

RGB2061683-
CMYK00.180.990.19
HSL48.77º97.13%40.98%-
HSV(B)48.77º98.54%80.78%-
XYZ39.4741.135.95-
YUV160.5539.09160.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.64%
GREEN value IS 168 (66.02% from 255) = 44.56%
BLUE value IS 3 (1.56% from 255) = 0.80%
R=54.64%
G=44.56%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206168300.180.990.1948.7797.1340.98
HexCEA830126313316129
Octal3162503022143236114151
Binary1100111010101000110100101100011100111100011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA803; }

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

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

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

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

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

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

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

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