#CE9B0C

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

Shades of Gamboge #CE9B0C

Tints of Gamboge #CE9B0C

Color information

#CE9B0C (or 0xCE9B0C) is unknown color: approx Gamboge. HEX triplet: CE, 9B and 0C. RGB value is (206,155,12). Sum of RGB (Red+Green+Blue) = 206+155+12=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9B0C is #3164F3. Grayscale: #9A9A9A. Windows color (decimal): -3237108 or 826318. OLE color: 826318.

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

Color convert

RGB20615512-
CMYK00.250.940.19
HSL44.23º88.99%42.75%-
HSV(B)44.23º94.17%80.78%-
XYZ37.2436.595.45-
YUV153.9547.9165.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.23%
GREEN value IS 155 (60.94% from 255) = 41.55%
BLUE value IS 12 (5.08% from 255) = 3.22%
R=55.23%
G=41.55%
B=3.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061551200.250.940.1944.2388.9942.75
HexCE9BC0195E132c592b
Octal31623314031136235413153
Binary110011101001101111000110011011110100111011001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9B0C; }

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

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

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

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

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

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

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

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