Html Css Color HEX #CEA601 Gamboge

📋 copy color: '#CEA601'

red 206 ◦ green 166 ◦ blue 1

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

Shades of Gamboge #CEA601

Tints of Gamboge #CEA601

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.5%

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

R = 55.23%
G = 44.5%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CEA601 (or 0xCEA601) is known color: Gamboge. HEX triplet: CE, A6 and 01. RGB value is (206,166,1). Sum of RGB (Red+Green+Blue) = 206+166+1=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA601 is #3159FE. Grayscale: #9F9F9F. Windows color (decimal): -3234303 or 108238. OLE color: 108238.

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

Color convert

RGB 206 166 1 -
CMYK 0 0.19 1.00 0.19
HSL 48.29º 0.99% 0.41% -
HSV(B) 48.29º 1% 0.81% -
XYZ 39.1 40.4 5.77 -
YUV 159.15 38.75 161.42 -
System Red Green Blue C M Y K H S L
Decimal 206 166 1 0 0.19 1.00 0.19 48.29 0.99 0.41
Hex CE A6 1 0 13 64 13 30 63 29
Octal 316 246 1 0 23 144 23 60 143 51
Binary 11001110 10100110 1 0 10011 1100100 10011 110000 1100011 101001

Color Harmonies of #CEA601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA601

Black with #CEA601

Text Example


Text Example

White with #CEA601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA601; }

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

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

background-color css

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

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

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

border-color css

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

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

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