Html Css Color HEX #CEA101 Gamboge

📋 copy color: '#CEA101'

red 206 ◦ green 161 ◦ blue 1

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

Shades of Gamboge #CEA101

Tints of Gamboge #CEA101

RGB

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

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

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

R = 55.98%
G = 43.75%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CEA101 (or 0xCEA101) is known color: Gamboge. HEX triplet: CE, A1 and 01. RGB value is (206,161,1). Sum of RGB (Red+Green+Blue) = 206+161+1=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA101 is #315EFE. Grayscale: #9C9C9C. Windows color (decimal): -3235583 or 106958. OLE color: 106958.

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

Color convert

RGB 206 161 1 -
CMYK 0 0.22 1.00 0.19
HSL 46.83º 0.99% 0.41% -
HSV(B) 46.83º 1% 0.81% -
XYZ 38.2 38.61 5.47 -
YUV 156.22 40.41 163.51 -
System Red Green Blue C M Y K H S L
Decimal 206 161 1 0 0.22 1.00 0.19 46.83 0.99 0.41
Hex CE A1 1 0 16 64 13 2F 63 29
Octal 316 241 1 0 26 144 23 57 143 51
Binary 11001110 10100001 1 0 10110 1100100 10011 101111 1100011 101001

Color Harmonies of #CEA101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA101

Black with #CEA101

Text Example


Text Example

White with #CEA101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA101; }

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

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

background-color css

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

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

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

border-color css

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

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

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