Html Css Color HEX #CEA606 Gamboge

📋 copy color: '#CEA606'

red 206 ◦ green 166 ◦ blue 6

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

Shades of Gamboge #CEA606

Tints of Gamboge #CEA606

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.92%

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

R = 54.5%
G = 43.92%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEA606 (or 0xCEA606) is known color: Gamboge. HEX triplet: CE, A6 and 06. RGB value is (206,166,6). Sum of RGB (Red+Green+Blue) = 206+166+6=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA606 is #3159F9. Grayscale: #A0A0A0. Windows color (decimal): -3234298 or 435918. OLE color: 435918.

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

Color convert

RGB 206 166 6 -
CMYK 0 0.19 0.97 0.19
HSL 48º 0.94% 0.42% -
HSV(B) 48º 0.97% 0.81% -
XYZ 39.12 40.41 5.91 -
YUV 159.72 41.25 161.01 -
System Red Green Blue C M Y K H S L
Decimal 206 166 6 0 0.19 0.97 0.19 48 0.94 0.42
Hex CE A6 6 0 13 61 13 30 5E 2A
Octal 316 246 6 0 23 141 23 60 136 52
Binary 11001110 10100110 110 0 10011 1100001 10011 110000 1011110 101010

Color Harmonies of #CEA606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA606

Black with #CEA606

Text Example


Text Example

White with #CEA606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA606; }

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

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

background-color css

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

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

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

border-color css

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

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

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