Html Css Color HEX #CEA200 Gamboge

📋 copy color: '#CEA200'

red 206 ◦ green 162 ◦ blue 0

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

Shades of Gamboge #CEA200

Tints of Gamboge #CEA200

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.02%

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

R = 55.98%
G = 44.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CEA200 (or 0xCEA200) is known color: Gamboge. HEX triplet: CE, A2 and 00. RGB value is (206,162,0). Sum of RGB (Red+Green+Blue) = 206+162+0=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA200 is #315DFF. Grayscale: #9D9D9D. Windows color (decimal): -3235328 or 41678. OLE color: 41678.

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

Color convert

RGB 206 162 0 -
CMYK 0 0.21 1 0.19
HSL 47.18º 1% 0.4% -
HSV(B) 47.18º 1% 0.81% -
XYZ 38.37 38.96 5.5 -
YUV 156.69 39.58 163.17 -
System Red Green Blue C M Y K H S L
Decimal 206 162 0 0 0.21 1 0.19 47.18 1 0.4
Hex CE A2 0 0 15 64 13 2F 64 28
Octal 316 242 0 0 25 144 23 57 144 50
Binary 11001110 10100010 0 0 10101 1100100 10011 101111 1100100 101000

Color Harmonies of #CEA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA200

Black with #CEA200

Text Example


Text Example

White with #CEA200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA200; }

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

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

background-color css

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

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

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

border-color css

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

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

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