Html Css Color HEX #CE9A00 Gamboge

📋 copy color: '#CE9A00'

red 206 ◦ green 154 ◦ blue 0

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

Shades of Gamboge #CE9A00

Tints of Gamboge #CE9A00

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.78%

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

R = 57.22%
G = 42.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE9A00 (or 0xCE9A00) is known color: Gamboge. HEX triplet: CE, 9A and 00. RGB value is (206,154,0). Sum of RGB (Red+Green+Blue) = 206+154+0=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9A00 is #3165FF. Grayscale: #989898. Windows color (decimal): -3237376 or 39630. OLE color: 39630.

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

Color convert

RGB 206 154 0 -
CMYK 0 0.25 1 0.19
HSL 44.85º 1% 0.4% -
HSV(B) 44.85º 1% 0.81% -
XYZ 37.01 36.23 5.04 -
YUV 151.99 42.23 166.52 -
System Red Green Blue C M Y K H S L
Decimal 206 154 0 0 0.25 1 0.19 44.85 1 0.4
Hex CE 9A 0 0 19 64 13 2D 64 28
Octal 316 232 0 0 31 144 23 55 144 50
Binary 11001110 10011010 0 0 11001 1100100 10011 101101 1100100 101000

Color Harmonies of #CE9A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A00

Black with #CE9A00

Text Example


Text Example

White with #CE9A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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