Html Css Color HEX #CEA800 Gamboge

📋 copy color: '#CEA800'

red 206 ◦ green 168 ◦ blue 0

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

Shades of Gamboge #CEA800

Tints of Gamboge #CEA800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.92%

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

R = 55.08%
G = 44.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CEA800 (or 0xCEA800) is known color: Gamboge. HEX triplet: CE, A8 and 00. RGB value is (206,168,0). Sum of RGB (Red+Green+Blue) = 206+168+0=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA800 is #3157FF. Grayscale: #A0A0A0. Windows color (decimal): -3233792 or 43214. OLE color: 43214.

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

Color convert

RGB 206 168 0 -
CMYK 0 0.18 1 0.19
HSL 48.93º 1% 0.4% -
HSV(B) 48.93º 1% 0.81% -
XYZ 39.46 41.13 5.86 -
YUV 160.21 37.59 160.66 -
System Red Green Blue C M Y K H S L
Decimal 206 168 0 0 0.18 1 0.19 48.93 1 0.4
Hex CE A8 0 0 12 64 13 31 64 28
Octal 316 250 0 0 22 144 23 61 144 50
Binary 11001110 10101000 0 0 10010 1100100 10011 110001 1100100 101000

Color Harmonies of #CEA800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA800

Black with #CEA800

Text Example


Text Example

White with #CEA800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA800; }

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

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

background-color css

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

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

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

border-color css

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

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

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