Html Css Color HEX #CEA100 Gamboge

📋 copy color: '#CEA100'

red 206 ◦ green 161 ◦ blue 0

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

Shades of Gamboge #CEA100

Tints of Gamboge #CEA100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.87%

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

R = 56.13%
G = 43.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CEA100 (or 0xCEA100) is known color: Gamboge. HEX triplet: CE, A1 and 00. RGB value is (206,161,0). Sum of RGB (Red+Green+Blue) = 206+161+0=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA100 is #315EFF. Grayscale: #9C9C9C. Windows color (decimal): -3235584 or 41422. OLE color: 41422.

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

Color convert

RGB 206 161 0 -
CMYK 0 0.22 1 0.19
HSL 46.89º 1% 0.4% -
HSV(B) 46.89º 1% 0.81% -
XYZ 38.2 38.61 5.44 -
YUV 156.1 39.91 163.59 -
System Red Green Blue C M Y K H S L
Decimal 206 161 0 0 0.22 1 0.19 46.89 1 0.4
Hex CE A1 0 0 16 64 13 2F 64 28
Octal 316 241 0 0 26 144 23 57 144 50
Binary 11001110 10100001 0 0 10110 1100100 10011 101111 1100100 101000

Color Harmonies of #CEA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA100

Black with #CEA100

Text Example


Text Example

White with #CEA100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA100; }

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

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

background-color css

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

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

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

border-color css

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

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

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