#CE990C

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

Shades of Gamboge #CE990C

Tints of Gamboge #CE990C

Color information

#CE990C (or 0xCE990C) is unknown color: approx Gamboge. HEX triplet: CE, 99 and 0C. RGB value is (206,153,12). Sum of RGB (Red+Green+Blue) = 206+153+12=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE990C is #3166F3. Grayscale: #999999. Windows color (decimal): -3237620 or 825806. OLE color: 825806.

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

Color convert

RGB20615312-
CMYK00.260.940.19
HSL43.61º88.99%42.75%-
HSV(B)43.61º94.17%80.78%-
XYZ36.9135.935.34-
YUV152.7748.56165.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.53%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 12 (5.08% from 255) = 3.23%
R=55.53%
G=41.24%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061531200.260.940.1943.6188.9942.75
HexCE99C01A5E132c592b
Octal31623114032136235413153
Binary110011101001100111000110101011110100111011001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE990C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE990C; }

 p { color: rgb(206,153,12); }

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

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

 a { background-color: rgb(206,153,12); }

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

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

 span { border-color: rgb(206,153,12); }

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