Html Css Color HEX #CE9601 Gamboge

📋 copy color: '#CE9601'

red 206 ◦ green 150 ◦ blue 1

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

Shades of Gamboge #CE9601

Tints of Gamboge #CE9601

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.02%

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

R = 57.7%
G = 42.02%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE9601 (or 0xCE9601) is known color: Gamboge. HEX triplet: CE, 96 and 01. RGB value is (206,150,1). Sum of RGB (Red+Green+Blue) = 206+150+1=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9601 is #3169FE. Grayscale: #969696. Windows color (decimal): -3238399 or 104142. OLE color: 104142.

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

Color convert

RGB 206 150 1 -
CMYK 0 0.27 1.00 0.19
HSL 43.61º 0.99% 0.41% -
HSV(B) 43.61º 1% 0.81% -
XYZ 36.37 34.94 4.86 -
YUV 149.76 44.05 168.12 -
System Red Green Blue C M Y K H S L
Decimal 206 150 1 0 0.27 1.00 0.19 43.61 0.99 0.41
Hex CE 96 1 0 1B 64 13 2C 63 29
Octal 316 226 1 0 33 144 23 54 143 51
Binary 11001110 10010110 1 0 11011 1100100 10011 101100 1100011 101001

Color Harmonies of #CE9601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9601

Black with #CE9601

Text Example


Text Example

White with #CE9601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9601; }

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

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

background-color css

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

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

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

border-color css

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

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

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