Html Css Color HEX #CE9510 Gamboge

📋 copy color: '#CE9510'

red 206 ◦ green 149 ◦ blue 16

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

Shades of Gamboge #CE9510

Tints of Gamboge #CE9510

RGB

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

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

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

R = 55.53%
G = 40.16%
B = 4.31%

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

#CE9510 (or 0xCE9510) is known color: Gamboge. HEX triplet: CE, 95 and 10. RGB value is (206,149,16). Sum of RGB (Red+Green+Blue) = 206+149+16=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9510 is #316AEF. Grayscale: #979797. Windows color (decimal): -3238640 or 1086926. OLE color: 1086926.

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

Color convert

RGB 206 149 16 -
CMYK 0 0.28 0.92 0.19
HSL 42º 0.86% 0.44% -
HSV(B) 42º 0.92% 0.81% -
XYZ 36.29 34.65 5.27 -
YUV 150.88 51.88 167.31 -
System Red Green Blue C M Y K H S L
Decimal 206 149 16 0 0.28 0.92 0.19 42 0.86 0.44
Hex CE 95 10 0 1C 5C 13 2A 56 2C
Octal 316 225 20 0 34 134 23 52 126 54
Binary 11001110 10010101 10000 0 11100 1011100 10011 101010 1010110 101100

Color Harmonies of #CE9510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9510

Black with #CE9510

Text Example


Text Example

White with #CE9510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9510; }

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

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

background-color css

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

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

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

border-color css

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

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

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