Html Css Color HEX #CE9112 Gamboge

📋 copy color: '#CE9112'

red 206 ◦ green 145 ◦ blue 18

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

Shades of Gamboge #CE9112

Tints of Gamboge #CE9112

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.3%

 BLUE value IS 18 (7.42% from 255) = 4.88%

R = 55.83%
G = 39.3%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE9112 (or 0xCE9112) is known color: Gamboge. HEX triplet: CE, 91 and 12. RGB value is (206,145,18). Sum of RGB (Red+Green+Blue) = 206+145+18=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9112 is #316EED. Grayscale: #959595. Windows color (decimal): -3239662 or 1216974. OLE color: 1216974.

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

Color convert

RGB 206 145 18 -
CMYK 0 0.30 0.91 0.19
HSL 40.53º 0.84% 0.44% -
HSV(B) 40.53º 0.91% 0.81% -
XYZ 35.69 33.42 5.14 -
YUV 148.76 54.21 168.83 -
System Red Green Blue C M Y K H S L
Decimal 206 145 18 0 0.30 0.91 0.19 40.53 0.84 0.44
Hex CE 91 12 0 1E 5B 13 29 54 2C
Octal 316 221 22 0 36 133 23 51 124 54
Binary 11001110 10010001 10010 0 11110 1011011 10011 101001 1010100 101100

Color Harmonies of #CE9112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9112

Black with #CE9112

Text Example


Text Example

White with #CE9112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9112; }

 p { color: rgb(206,145,18); }

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

background-color css

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

 a { background-color: rgb(206,145,18); }

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

border-color css

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

 span { border-color: rgb(206,145,18); }

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