Html Css Color HEX #CE9800 Gamboge

📋 copy color: '#CE9800'

red 206 ◦ green 152 ◦ blue 0

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

Shades of Gamboge #CE9800

Tints of Gamboge #CE9800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.46%

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

R = 57.54%
G = 42.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE9800 (or 0xCE9800) is known color: Gamboge. HEX triplet: CE, 98 and 00. RGB value is (206,152,0). Sum of RGB (Red+Green+Blue) = 206+152+0=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9800 is #3167FF. Grayscale: #979797. Windows color (decimal): -3237888 or 39118. OLE color: 39118.

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

Color convert

RGB 206 152 0 -
CMYK 0 0.26 1 0.19
HSL 44.27º 1% 0.4% -
HSV(B) 44.27º 1% 0.81% -
XYZ 36.68 35.58 4.93 -
YUV 150.82 42.89 167.36 -
System Red Green Blue C M Y K H S L
Decimal 206 152 0 0 0.26 1 0.19 44.27 1 0.4
Hex CE 98 0 0 1A 64 13 2C 64 28
Octal 316 230 0 0 32 144 23 54 144 50
Binary 11001110 10011000 0 0 11010 1100100 10011 101100 1100100 101000

Color Harmonies of #CE9800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9800

Black with #CE9800

Text Example


Text Example

White with #CE9800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9800; }

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

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

background-color css

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

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

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

border-color css

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

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

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