Html Css Color HEX #CE9A08 Gamboge

📋 copy color: '#CE9A08'

red 206 ◦ green 154 ◦ blue 8

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

Shades of Gamboge #CE9A08

Tints of Gamboge #CE9A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.17%

R = 55.98%
G = 41.85%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE9A08 (or 0xCE9A08) is known color: Gamboge. HEX triplet: CE, 9A and 08. RGB value is (206,154,8). Sum of RGB (Red+Green+Blue) = 206+154+8=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 8 (3.52% from 255 or 2.17% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9A08 is #3165F7. Grayscale: #999999. Windows color (decimal): -3237368 or 563918. OLE color: 563918.

HSL color Cylindrical-coordinate representation of color #CE9A08: hue angle of 44.24º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE9A08 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 154 8 -
CMYK 0 0.25 0.96 0.19
HSL 44.24º 0.93% 0.42% -
HSV(B) 44.24º 0.96% 0.81% -
XYZ 37.05 36.25 5.27 -
YUV 152.9 46.23 165.87 -
System Red Green Blue C M Y K H S L
Decimal 206 154 8 0 0.25 0.96 0.19 44.24 0.93 0.42
Hex CE 9A 8 0 19 60 13 2C 5D 2A
Octal 316 232 10 0 31 140 23 54 135 52
Binary 11001110 10011010 1000 0 11001 1100000 10011 101100 1011101 101010

Color Harmonies of #CE9A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A08

Black with #CE9A08

Text Example


Text Example

White with #CE9A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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