Html Css Color HEX #CEA406 Gamboge

📋 copy color: '#CEA406'

red 206 ◦ green 164 ◦ blue 6

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

Shades of Gamboge #CEA406

Tints of Gamboge #CEA406

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.62%

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

R = 54.79%
G = 43.62%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEA406 (or 0xCEA406) is known color: Gamboge. HEX triplet: CE, A4 and 06. RGB value is (206,164,6). Sum of RGB (Red+Green+Blue) = 206+164+6=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA406 is #315BF9. Grayscale: #9F9F9F. Windows color (decimal): -3234810 or 435406. OLE color: 435406.

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

Color convert

RGB 206 164 6 -
CMYK 0 0.20 0.97 0.19
HSL 47.4º 0.94% 0.42% -
HSV(B) 47.4º 0.97% 0.81% -
XYZ 38.76 39.69 5.79 -
YUV 158.55 41.91 161.85 -
System Red Green Blue C M Y K H S L
Decimal 206 164 6 0 0.20 0.97 0.19 47.4 0.94 0.42
Hex CE A4 6 0 14 61 13 2F 5E 2A
Octal 316 244 6 0 24 141 23 57 136 52
Binary 11001110 10100100 110 0 10100 1100001 10011 101111 1011110 101010

Color Harmonies of #CEA406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA406

Black with #CEA406

Text Example


Text Example

White with #CEA406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA406; }

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

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

background-color css

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

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

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

border-color css

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

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

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