Html Css Color HEX #CEA906 Gamboge

📋 copy color: '#CEA906'

red 206 ◦ green 169 ◦ blue 6

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

Shades of Gamboge #CEA906

Tints of Gamboge #CEA906

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.36%

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

R = 54.07%
G = 44.36%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEA906 (or 0xCEA906) is known color: Gamboge. HEX triplet: CE, A9 and 06. RGB value is (206,169,6). Sum of RGB (Red+Green+Blue) = 206+169+6=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA906 is #3156F9. Grayscale: #A2A2A2. Windows color (decimal): -3233530 or 436686. OLE color: 436686.

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

Color convert

RGB 206 169 6 -
CMYK 0 0.18 0.97 0.19
HSL 48.9º 0.94% 0.42% -
HSV(B) 48.9º 0.97% 0.81% -
XYZ 39.67 41.51 6.09 -
YUV 161.48 40.26 159.75 -
System Red Green Blue C M Y K H S L
Decimal 206 169 6 0 0.18 0.97 0.19 48.9 0.94 0.42
Hex CE A9 6 0 12 61 13 31 5E 2A
Octal 316 251 6 0 22 141 23 61 136 52
Binary 11001110 10101001 110 0 10010 1100001 10011 110001 1011110 101010

Color Harmonies of #CEA906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA906

Black with #CEA906

Text Example


Text Example

White with #CEA906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA906; }

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

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

background-color css

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

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

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

border-color css

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

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

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