#CE980B

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

Shades of Gamboge #CE980B

Tints of Gamboge #CE980B

Color information

#CE980B (or 0xCE980B) is unknown color: approx Gamboge. HEX triplet: CE, 98 and 0B. RGB value is (206,152,11). Sum of RGB (Red+Green+Blue) = 206+152+11=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE980B is #3167F4. Grayscale: #989898. Windows color (decimal): -3237877 or 760014. OLE color: 760014.

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

Color convert

RGB20615211-
CMYK00.260.950.19
HSL43.38º89.86%42.55%-
HSV(B)43.38º94.66%80.78%-
XYZ36.7435.65.25-
YUV152.0748.39166.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.83%
GREEN value IS 152 (59.77% from 255) = 41.19%
BLUE value IS 11 (4.69% from 255) = 2.98%
R=55.83%
G=41.19%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061521100.260.950.1943.3889.8642.55
HexCE98B01A5F132b5a2b
Octal31623013032137235313253
Binary110011101001100010110110101011111100111010111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE980B; }

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

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

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

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

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

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

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

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