Html Css Color HEX #CE9506 Gamboge

📋 copy color: '#CE9506'

red 206 ◦ green 149 ◦ blue 6

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

Shades of Gamboge #CE9506

Tints of Gamboge #CE9506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.66%

R = 57.06%
G = 41.27%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE9506 (or 0xCE9506) is known color: Gamboge. HEX triplet: CE, 95 and 06. RGB value is (206,149,6). Sum of RGB (Red+Green+Blue) = 206+149+6=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9506 is #316AF9. Grayscale: #969696. Windows color (decimal): -3238650 or 431566. OLE color: 431566.

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

Color convert

RGB 206 149 6 -
CMYK 0 0.28 0.97 0.19
HSL 42.9º 0.94% 0.42% -
HSV(B) 42.9º 0.97% 0.81% -
XYZ 36.23 34.63 4.95 -
YUV 149.74 46.88 168.13 -
System Red Green Blue C M Y K H S L
Decimal 206 149 6 0 0.28 0.97 0.19 42.9 0.94 0.42
Hex CE 95 6 0 1C 61 13 2B 5E 2A
Octal 316 225 6 0 34 141 23 53 136 52
Binary 11001110 10010101 110 0 11100 1100001 10011 101011 1011110 101010

Color Harmonies of #CE9506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9506

Black with #CE9506

Text Example


Text Example

White with #CE9506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9506; }

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

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

background-color css

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

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

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

border-color css

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

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

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