Html Css Color HEX #CE9900 Gamboge

📋 copy color: '#CE9900'

red 206 ◦ green 153 ◦ blue 0

#CE9900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #CE9900

Tints of Gamboge #CE9900

RGB

 RED value IS 206 (80.86% from 255) = 57.38%

 GREEN value IS 153 (60.16% from 255) = 42.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.38%
G = 42.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE9900 (or 0xCE9900) is known color: Gamboge. HEX triplet: CE, 99 and 00. RGB value is (206,153,0). Sum of RGB (Red+Green+Blue) = 206+153+0=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9900 is #3166FF. Grayscale: #989898. Windows color (decimal): -3237632 or 39374. OLE color: 39374.

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

Color convert

RGB 206 153 0 -
CMYK 0 0.26 1 0.19
HSL 44.56º 1% 0.4% -
HSV(B) 44.56º 1% 0.81% -
XYZ 36.84 35.9 4.99 -
YUV 151.41 42.56 166.94 -
System Red Green Blue C M Y K H S L
Decimal 206 153 0 0 0.26 1 0.19 44.56 1 0.4
Hex CE 99 0 0 1A 64 13 2D 64 28
Octal 316 231 0 0 32 144 23 55 144 50
Binary 11001110 10011001 0 0 11010 1100100 10011 101101 1100100 101000

Color Harmonies of #CE9900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9900

Black with #CE9900

Text Example


Text Example

White with #CE9900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9900; }

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

 H1.HeaderClassName
 {
   color: #CE9900;
 }
 .AnyTagClassName
 {
   color: #CE9900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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