Html Css Color HEX #CE9211 Gamboge

📋 copy color: '#CE9211'

red 206 ◦ green 146 ◦ blue 17

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

Shades of Gamboge #CE9211

Tints of Gamboge #CE9211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.57%

 BLUE value IS 17 (7.03% from 255) = 4.61%

R = 55.83%
G = 39.57%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE9211 (or 0xCE9211) is known color: Gamboge. HEX triplet: CE, 92 and 11. RGB value is (206,146,17). Sum of RGB (Red+Green+Blue) = 206+146+17=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9211 is #316DEE. Grayscale: #959595. Windows color (decimal): -3239407 or 1151694. OLE color: 1151694.

HSL color Cylindrical-coordinate representation of color #CE9211: hue angle of 40.95º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE9211 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 146 17 -
CMYK 0 0.29 0.92 0.19
HSL 40.95º 0.85% 0.44% -
HSV(B) 40.95º 0.92% 0.81% -
XYZ 35.83 33.72 5.15 -
YUV 149.23 53.38 168.49 -
System Red Green Blue C M Y K H S L
Decimal 206 146 17 0 0.29 0.92 0.19 40.95 0.85 0.44
Hex CE 92 11 0 1D 5C 13 29 55 2C
Octal 316 222 21 0 35 134 23 51 125 54
Binary 11001110 10010010 10001 0 11101 1011100 10011 101001 1010101 101100

Color Harmonies of #CE9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9211

Black with #CE9211

Text Example


Text Example

White with #CE9211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9211; }

 p { color: rgb(206,146,17); }

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

background-color css

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

 a { background-color: rgb(206,146,17); }

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

border-color css

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

 span { border-color: rgb(206,146,17); }

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