Html Css Color HEX #CEA300 Gamboge

📋 copy color: '#CEA300'

red 206 ◦ green 163 ◦ blue 0

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

Shades of Gamboge #CEA300

Tints of Gamboge #CEA300

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.17%

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

R = 55.83%
G = 44.17%
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

#CEA300 (or 0xCEA300) is known color: Gamboge. HEX triplet: CE, A3 and 00. RGB value is (206,163,0). Sum of RGB (Red+Green+Blue) = 206+163+0=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA300 is #315CFF. Grayscale: #9D9D9D. Windows color (decimal): -3235072 or 41934. OLE color: 41934.

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

Color convert

RGB 206 163 0 -
CMYK 0 0.21 1 0.19
HSL 47.48º 1% 0.4% -
HSV(B) 47.48º 1% 0.81% -
XYZ 38.55 39.32 5.56 -
YUV 157.28 39.25 162.75 -
System Red Green Blue C M Y K H S L
Decimal 206 163 0 0 0.21 1 0.19 47.48 1 0.4
Hex CE A3 0 0 15 64 13 2F 64 28
Octal 316 243 0 0 25 144 23 57 144 50
Binary 11001110 10100011 0 0 10101 1100100 10011 101111 1100100 101000

Color Harmonies of #CEA300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA300

Black with #CEA300

Text Example


Text Example

White with #CEA300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA300; }

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

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

background-color css

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

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

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

border-color css

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

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

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