Html Css Color HEX #CEA500 Gamboge

📋 copy color: '#CEA500'

red 206 ◦ green 165 ◦ blue 0

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

Shades of Gamboge #CEA500

Tints of Gamboge #CEA500

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.47%

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

R = 55.53%
G = 44.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CEA500 (or 0xCEA500) is known color: Gamboge. HEX triplet: CE, A5 and 00. RGB value is (206,165,0). Sum of RGB (Red+Green+Blue) = 206+165+0=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA500 is #315AFF. Grayscale: #9F9F9F. Windows color (decimal): -3234560 or 42446. OLE color: 42446.

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

Color convert

RGB 206 165 0 -
CMYK 0 0.20 1 0.19
HSL 48.06º 1% 0.4% -
HSV(B) 48.06º 1% 0.81% -
XYZ 38.91 40.03 5.68 -
YUV 158.45 38.58 161.92 -
System Red Green Blue C M Y K H S L
Decimal 206 165 0 0 0.20 1 0.19 48.06 1 0.4
Hex CE A5 0 0 14 64 13 30 64 28
Octal 316 245 0 0 24 144 23 60 144 50
Binary 11001110 10100101 0 0 10100 1100100 10011 110000 1100100 101000

Color Harmonies of #CEA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA500

Black with #CEA500

Text Example


Text Example

White with #CEA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA500; }

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

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

background-color css

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

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

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

border-color css

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

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

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