Html Css Color HEX #CE9501 Gamboge

📋 copy color: '#CE9501'

red 206 ◦ green 149 ◦ blue 1

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

Shades of Gamboge #CE9501

Tints of Gamboge #CE9501

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.85%

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

R = 57.87%
G = 41.85%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE9501 (or 0xCE9501) is known color: Gamboge. HEX triplet: CE, 95 and 01. RGB value is (206,149,1). Sum of RGB (Red+Green+Blue) = 206+149+1=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9501 is #316AFE. Grayscale: #959595. Windows color (decimal): -3238655 or 103886. OLE color: 103886.

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

Color convert

RGB 206 149 1 -
CMYK 0 0.28 1.00 0.19
HSL 43.32º 0.99% 0.41% -
HSV(B) 43.32º 1% 0.81% -
XYZ 36.21 34.62 4.8 -
YUV 149.17 44.38 168.53 -
System Red Green Blue C M Y K H S L
Decimal 206 149 1 0 0.28 1.00 0.19 43.32 0.99 0.41
Hex CE 95 1 0 1C 64 13 2B 63 29
Octal 316 225 1 0 34 144 23 53 143 51
Binary 11001110 10010101 1 0 11100 1100100 10011 101011 1100011 101001

Color Harmonies of #CE9501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9501

Black with #CE9501

Text Example


Text Example

White with #CE9501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9501; }

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

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

background-color css

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

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

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

border-color css

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

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

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