Html Css Color HEX #CEA701 Gamboge

📋 copy color: '#CEA701'

red 206 ◦ green 167 ◦ blue 1

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

Shades of Gamboge #CEA701

Tints of Gamboge #CEA701

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.65%

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

R = 55.08%
G = 44.65%
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

#CEA701 (or 0xCEA701) is known color: Gamboge. HEX triplet: CE, A7 and 01. RGB value is (206,167,1). Sum of RGB (Red+Green+Blue) = 206+167+1=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA701 is #3158FE. Grayscale: #A0A0A0. Windows color (decimal): -3234047 or 108494. OLE color: 108494.

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

Color convert

RGB 206 167 1 -
CMYK 0 0.19 1.00 0.19
HSL 48.59º 0.99% 0.41% -
HSV(B) 48.59º 1% 0.81% -
XYZ 39.28 40.76 5.83 -
YUV 159.74 38.42 161 -
System Red Green Blue C M Y K H S L
Decimal 206 167 1 0 0.19 1.00 0.19 48.59 0.99 0.41
Hex CE A7 1 0 13 64 13 31 63 29
Octal 316 247 1 0 23 144 23 61 143 51
Binary 11001110 10100111 1 0 10011 1100100 10011 110001 1100011 101001

Color Harmonies of #CEA701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA701

Black with #CEA701

Text Example


Text Example

White with #CEA701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA701; }

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

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

background-color css

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

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

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

border-color css

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

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

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