Html Css Color HEX #CEA600 Gamboge

📋 copy color: '#CEA600'

red 206 ◦ green 166 ◦ blue 0

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

Shades of Gamboge #CEA600

Tints of Gamboge #CEA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.62%

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

R = 55.38%
G = 44.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CEA600 (or 0xCEA600) is known color: Gamboge. HEX triplet: CE, A6 and 00. RGB value is (206,166,0). Sum of RGB (Red+Green+Blue) = 206+166+0=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA600 is #3159FF. Grayscale: #9F9F9F. Windows color (decimal): -3234304 or 42702. OLE color: 42702.

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

Color convert

RGB 206 166 0 -
CMYK 0 0.19 1 0.19
HSL 48.35º 1% 0.4% -
HSV(B) 48.35º 1% 0.81% -
XYZ 39.09 40.39 5.74 -
YUV 159.04 38.25 161.5 -
System Red Green Blue C M Y K H S L
Decimal 206 166 0 0 0.19 1 0.19 48.35 1 0.4
Hex CE A6 0 0 13 64 13 30 64 28
Octal 316 246 0 0 23 144 23 60 144 50
Binary 11001110 10100110 0 0 10011 1100100 10011 110000 1100100 101000

Color Harmonies of #CEA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA600

Black with #CEA600

Text Example


Text Example

White with #CEA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA600; }

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

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

background-color css

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

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

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

border-color css

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

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

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