Html Css Color HEX #CEA006 Gamboge

📋 copy color: '#CEA006'

red 206 ◦ green 160 ◦ blue 6

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

Shades of Gamboge #CEA006

Tints of Gamboge #CEA006

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.01%

 BLUE value IS 6 (2.73% from 255) = 1.61%

R = 55.38%
G = 43.01%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEA006 (or 0xCEA006) is known color: Gamboge. HEX triplet: CE, A0 and 06. RGB value is (206,160,6). Sum of RGB (Red+Green+Blue) = 206+160+6=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA006 is #315FF9. Grayscale: #9C9C9C. Windows color (decimal): -3235834 or 434382. OLE color: 434382.

HSL color Cylindrical-coordinate representation of color #CEA006: hue angle of 46.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEA006 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 160 6 -
CMYK 0 0.22 0.97 0.19
HSL 46.2º 0.94% 0.42% -
HSV(B) 46.2º 0.97% 0.81% -
XYZ 38.06 38.28 5.55 -
YUV 156.2 43.24 163.52 -
System Red Green Blue C M Y K H S L
Decimal 206 160 6 0 0.22 0.97 0.19 46.2 0.94 0.42
Hex CE A0 6 0 16 61 13 2E 5E 2A
Octal 316 240 6 0 26 141 23 56 136 52
Binary 11001110 10100000 110 0 10110 1100001 10011 101110 1011110 101010

Color Harmonies of #CEA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA006

Black with #CEA006

Text Example


Text Example

White with #CEA006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA006; }

 p { color: rgb(206,160,6); }

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

background-color css

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

 a { background-color: rgb(206,160,6); }

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

border-color css

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

 span { border-color: rgb(206,160,6); }

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