Html Css Color HEX #CE9011 Gamboge

📋 copy color: '#CE9011'

red 206 ◦ green 144 ◦ blue 17

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

Shades of Gamboge #CE9011

Tints of Gamboge #CE9011

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.24%

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

R = 56.13%
G = 39.24%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE9011 (or 0xCE9011) is known color: Gamboge. HEX triplet: CE, 90 and 11. RGB value is (206,144,17). Sum of RGB (Red+Green+Blue) = 206+144+17=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9011 is #316FEE. Grayscale: #949494. Windows color (decimal): -3239919 or 1151182. OLE color: 1151182.

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

Color convert

RGB 206 144 17 -
CMYK 0 0.30 0.92 0.19
HSL 40.32º 0.85% 0.44% -
HSV(B) 40.32º 0.92% 0.81% -
XYZ 35.53 33.11 5.05 -
YUV 148.06 54.04 169.33 -
System Red Green Blue C M Y K H S L
Decimal 206 144 17 0 0.30 0.92 0.19 40.32 0.85 0.44
Hex CE 90 11 0 1E 5C 13 28 55 2C
Octal 316 220 21 0 36 134 23 50 125 54
Binary 11001110 10010000 10001 0 11110 1011100 10011 101000 1010101 101100

Color Harmonies of #CE9011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9011

Black with #CE9011

Text Example


Text Example

White with #CE9011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9011; }

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

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

background-color css

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

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

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

border-color css

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

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

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