Html Css Color HEX #CEA301 Gamboge

📋 copy color: '#CEA301'

red 206 ◦ green 163 ◦ blue 1

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

Shades of Gamboge #CEA301

Tints of Gamboge #CEA301

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.05%

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

R = 55.68%
G = 44.05%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CEA301 (or 0xCEA301) is known color: Gamboge. HEX triplet: CE, A3 and 01. RGB value is (206,163,1). Sum of RGB (Red+Green+Blue) = 206+163+1=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA301 is #315CFE. Grayscale: #9E9E9E. Windows color (decimal): -3235071 or 107470. OLE color: 107470.

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

Color convert

RGB 206 163 1 -
CMYK 0 0.21 1.00 0.19
HSL 47.41º 0.99% 0.41% -
HSV(B) 47.41º 1% 0.81% -
XYZ 38.56 39.32 5.59 -
YUV 157.39 39.75 162.67 -
System Red Green Blue C M Y K H S L
Decimal 206 163 1 0 0.21 1.00 0.19 47.41 0.99 0.41
Hex CE A3 1 0 15 64 13 2F 63 29
Octal 316 243 1 0 25 144 23 57 143 51
Binary 11001110 10100011 1 0 10101 1100100 10011 101111 1100011 101001

Color Harmonies of #CEA301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA301

Black with #CEA301

Text Example


Text Example

White with #CEA301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA301; }

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

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

background-color css

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

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

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

border-color css

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

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

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