Html Css Color HEX #CE9700 Gamboge

📋 copy color: '#CE9700'

red 206 ◦ green 151 ◦ blue 0

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

Shades of Gamboge #CE9700

Tints of Gamboge #CE9700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.7%
G = 42.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE9700 (or 0xCE9700) is known color: Gamboge. HEX triplet: CE, 97 and 00. RGB value is (206,151,0). Sum of RGB (Red+Green+Blue) = 206+151+0=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9700 is #3168FF. Grayscale: #969696. Windows color (decimal): -3238144 or 38862. OLE color: 38862.

HSL color Cylindrical-coordinate representation of color #CE9700: hue angle of 43.98º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE9700 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 151 0 -
CMYK 0 0.27 1 0.19
HSL 43.98º 1% 0.4% -
HSV(B) 43.98º 1% 0.81% -
XYZ 36.52 35.26 4.88 -
YUV 150.23 43.22 167.78 -
System Red Green Blue C M Y K H S L
Decimal 206 151 0 0 0.27 1 0.19 43.98 1 0.4
Hex CE 97 0 0 1B 64 13 2C 64 28
Octal 316 227 0 0 33 144 23 54 144 50
Binary 11001110 10010111 0 0 11011 1100100 10011 101100 1100100 101000

Color Harmonies of #CE9700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9700

Black with #CE9700

Text Example


Text Example

White with #CE9700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9700; }

 p { color: rgb(206,151,0); }

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

background-color css

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

 a { background-color: rgb(206,151,0); }

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

border-color css

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

 span { border-color: rgb(206,151,0); }

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