#CE9402

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

Shades of Gamboge #CE9402

Tints of Gamboge #CE9402

Color information

#CE9402 (or 0xCE9402) is unknown color: approx Gamboge. HEX triplet: CE, 94 and 02. RGB value is (206,148,2). Sum of RGB (Red+Green+Blue) = 206+148+2=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9402 is #316BFD. Grayscale: #959595. Windows color (decimal): -3238910 or 169166. OLE color: 169166.

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

Color convert

RGB2061482-
CMYK00.280.990.19
HSL42.94º98.08%40.78%-
HSV(B)42.94º99.03%80.78%-
XYZ36.0534.314.78-
YUV148.745.22168.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.87%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=57.87%
G=41.57%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206148200.280.990.1942.9498.0840.78
HexCE94201C63132b6229
Octal3162242034143235314251
Binary1100111010010100100111001100011100111010111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9402; }

 p { color: rgb(206,148,2); }

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

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

 a { background-color: rgb(206,148,2); }

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

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

 span { border-color: rgb(206,148,2); }

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