Html Css Color HEX #CEA901 Gamboge

📋 copy color: '#CEA901'

red 206 ◦ green 169 ◦ blue 1

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

Shades of Gamboge #CEA901

Tints of Gamboge #CEA901

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.95%

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

R = 54.79%
G = 44.95%
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

#CEA901 (or 0xCEA901) is known color: Gamboge. HEX triplet: CE, A9 and 01. RGB value is (206,169,1). Sum of RGB (Red+Green+Blue) = 206+169+1=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA901 is #3156FE. Grayscale: #A1A1A1. Windows color (decimal): -3233535 or 109006. OLE color: 109006.

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

Color convert

RGB 206 169 1 -
CMYK 0 0.18 1.00 0.19
HSL 49.17º 0.99% 0.41% -
HSV(B) 49.17º 1% 0.81% -
XYZ 39.65 41.5 5.95 -
YUV 160.91 37.76 160.16 -
System Red Green Blue C M Y K H S L
Decimal 206 169 1 0 0.18 1.00 0.19 49.17 0.99 0.41
Hex CE A9 1 0 12 64 13 31 63 29
Octal 316 251 1 0 22 144 23 61 143 51
Binary 11001110 10101001 1 0 10010 1100100 10011 110001 1100011 101001

Color Harmonies of #CEA901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA901

Black with #CEA901

Text Example


Text Example

White with #CEA901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA901; }

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

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

background-color css

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

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

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

border-color css

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

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

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