Html Css Color HEX #CEA801 Gamboge

📋 copy color: '#CEA801'

red 206 ◦ green 168 ◦ blue 1

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

Shades of Gamboge #CEA801

Tints of Gamboge #CEA801

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.8%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 54.93%
G = 44.8%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CEA801 (or 0xCEA801) is known color: Gamboge. HEX triplet: CE, A8 and 01. RGB value is (206,168,1). Sum of RGB (Red+Green+Blue) = 206+168+1=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA801 is #3157FE. Grayscale: #A1A1A1. Windows color (decimal): -3233791 or 108750. OLE color: 108750.

HSL color Cylindrical-coordinate representation of color #CEA801: hue angle of 48.88º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEA801 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 1 -
CMYK 0 0.18 1.00 0.19
HSL 48.88º 0.99% 0.41% -
HSV(B) 48.88º 1% 0.81% -
XYZ 39.46 41.13 5.89 -
YUV 160.32 38.09 160.58 -
System Red Green Blue C M Y K H S L
Decimal 206 168 1 0 0.18 1.00 0.19 48.88 0.99 0.41
Hex CE A8 1 0 12 64 13 31 63 29
Octal 316 250 1 0 22 144 23 61 143 51
Binary 11001110 10101000 1 0 10010 1100100 10011 110001 1100011 101001

Color Harmonies of #CEA801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA801

Black with #CEA801

Text Example


Text Example

White with #CEA801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA801; }

 p { color: rgb(206,168,1); }

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

background-color css

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

 a { background-color: rgb(206,168,1); }

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

border-color css

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

 span { border-color: rgb(206,168,1); }

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