Html Css Color HEX #CE9B00 Gamboge

📋 copy color: '#CE9B00'

red 206 ◦ green 155 ◦ blue 0

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

Shades of Gamboge #CE9B00

Tints of Gamboge #CE9B00

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.94%

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

R = 57.06%
G = 42.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE9B00 (or 0xCE9B00) is known color: Gamboge. HEX triplet: CE, 9B and 00. RGB value is (206,155,0). Sum of RGB (Red+Green+Blue) = 206+155+0=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9B00 is #3164FF. Grayscale: #999999. Windows color (decimal): -3237120 or 39886. OLE color: 39886.

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

Color convert

RGB 206 155 0 -
CMYK 0 0.25 1 0.19
HSL 45.15º 1% 0.4% -
HSV(B) 45.15º 1% 0.81% -
XYZ 37.17 36.56 5.1 -
YUV 152.58 41.9 166.1 -
System Red Green Blue C M Y K H S L
Decimal 206 155 0 0 0.25 1 0.19 45.15 1 0.4
Hex CE 9B 0 0 19 64 13 2D 64 28
Octal 316 233 0 0 31 144 23 55 144 50
Binary 11001110 10011011 0 0 11001 1100100 10011 101101 1100100 101000

Color Harmonies of #CE9B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9B00

Black with #CE9B00

Text Example


Text Example

White with #CE9B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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