Html Css Color HEX #CE9610 Gamboge

📋 copy color: '#CE9610'

red 206 ◦ green 150 ◦ blue 16

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

Shades of Gamboge #CE9610

Tints of Gamboge #CE9610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.32%

 BLUE value IS 16 (6.64% from 255) = 4.3%

R = 55.38%
G = 40.32%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE9610 (or 0xCE9610) is known color: Gamboge. HEX triplet: CE, 96 and 10. RGB value is (206,150,16). Sum of RGB (Red+Green+Blue) = 206+150+16=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9610 is #3169EF. Grayscale: #989898. Windows color (decimal): -3238384 or 1087182. OLE color: 1087182.

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

Color convert

RGB 206 150 16 -
CMYK 0 0.27 0.92 0.19
HSL 42.32º 0.86% 0.44% -
HSV(B) 42.32º 0.92% 0.81% -
XYZ 36.45 34.97 5.32 -
YUV 151.47 51.55 166.9 -
System Red Green Blue C M Y K H S L
Decimal 206 150 16 0 0.27 0.92 0.19 42.32 0.86 0.44
Hex CE 96 10 0 1B 5C 13 2A 56 2C
Octal 316 226 20 0 33 134 23 52 126 54
Binary 11001110 10010110 10000 0 11011 1011100 10011 101010 1010110 101100

Color Harmonies of #CE9610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9610

Black with #CE9610

Text Example


Text Example

White with #CE9610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9610; }

 p { color: rgb(206,150,16); }

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

background-color css

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

 a { background-color: rgb(206,150,16); }

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

border-color css

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

 span { border-color: rgb(206,150,16); }

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