Html Css Color HEX #CE9411 Gamboge

📋 copy color: '#CE9411'

red 206 ◦ green 148 ◦ blue 17

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

Shades of Gamboge #CE9411

Tints of Gamboge #CE9411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.89%

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

R = 55.53%
G = 39.89%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE9411 (or 0xCE9411) is known color: Gamboge. HEX triplet: CE, 94 and 11. RGB value is (206,148,17). Sum of RGB (Red+Green+Blue) = 206+148+17=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9411 is #316BEE. Grayscale: #969696. Windows color (decimal): -3238895 or 1152206. OLE color: 1152206.

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

Color convert

RGB 206 148 17 -
CMYK 0 0.28 0.92 0.19
HSL 41.59º 0.85% 0.44% -
HSV(B) 41.59º 0.92% 0.81% -
XYZ 36.14 34.34 5.25 -
YUV 150.41 52.72 167.65 -
System Red Green Blue C M Y K H S L
Decimal 206 148 17 0 0.28 0.92 0.19 41.59 0.85 0.44
Hex CE 94 11 0 1C 5C 13 2A 55 2C
Octal 316 224 21 0 34 134 23 52 125 54
Binary 11001110 10010100 10001 0 11100 1011100 10011 101010 1010101 101100

Color Harmonies of #CE9411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9411

Black with #CE9411

Text Example


Text Example

White with #CE9411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9411; }

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

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

background-color css

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

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

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

border-color css

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

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

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