#CF9E10

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

Shades of Gamboge #CF9E10

Tints of Gamboge #CF9E10

Color information

#CF9E10 (or 0xCF9E10) is unknown color: approx Gamboge. HEX triplet: CF, 9E and 10. RGB value is (207,158,16). Sum of RGB (Red+Green+Blue) = 207+158+16=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9E10 is #3061EF. Grayscale: #9D9D9D. Windows color (decimal): -3170800 or 1089231. OLE color: 1089231.

HSL color Cylindrical-coordinate representation of color #CF9E10: hue angle of 44.61º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF9E10 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB20715816-
CMYK00.240.920.19
HSL44.61º85.65%43.73%-
HSV(B)44.61º92.27%81.18%-
XYZ38.0537.765.77-
YUV156.4648.73164.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.33%
GREEN value IS 158 (62.11% from 255) = 41.47%
BLUE value IS 16 (6.64% from 255) = 4.20%
R=54.33%
G=41.47%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.92
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071581600.240.920.1944.6185.6543.73
HexCF9E100185C132d562c
Octal31723620030134235512654
Binary1100111110011110100000110001011100100111011011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9E10; }

 p { color: rgb(207,158,16); }

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

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

 a { background-color: rgb(207,158,16); }

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

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

 span { border-color: rgb(207,158,16); }

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