#ce950c

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

Shades of Gamboge #CE950C

Tints of Gamboge #CE950C

Color information

#CE950C (or 0xCE950C) is unknown color: approx Gamboge. HEX triplet: CE, 95 and 0C. RGB value is (206,149,12). Sum of RGB (Red+Green+Blue) = 206+149+12=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE950C is #316AF3. Grayscale: #979797. Windows color (decimal): -3238644 or 824782. OLE color: 824782.

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

Color convert

RGB20614912-
CMYK00.280.940.19
HSL42.37º88.99%42.75%-
HSV(B)42.37º94.17%80.78%-
XYZ36.2734.645.12-
YUV150.4249.88167.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.13%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 12 (5.08% from 255) = 3.27%
R=56.13%
G=40.60%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061491200.280.940.1942.3788.9942.75
HexCE95C01C5E132a592b
Octal31622514034136235213153
Binary110011101001010111000111001011110100111010101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce950c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce950c; }

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

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

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

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

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

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

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

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