Html Css Color HEX #CE9400 Gamboge

📋 copy color: '#CE9400'

red 206 ◦ green 148 ◦ blue 0

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

Shades of Gamboge #CE9400

Tints of Gamboge #CE9400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.19%
G = 41.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE9400 (or 0xCE9400) is known color: Gamboge. HEX triplet: CE, 94 and 00. RGB value is (206,148,0). Sum of RGB (Red+Green+Blue) = 206+148+0=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9400 is #316BFF. Grayscale: #959595. Windows color (decimal): -3238912 or 38094. OLE color: 38094.

HSL color Cylindrical-coordinate representation of color #CE9400: hue angle of 43.11º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE9400 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 148 0 -
CMYK 0 0.28 1 0.19
HSL 43.11º 1% 0.4% -
HSV(B) 43.11º 1% 0.81% -
XYZ 36.04 34.3 4.72 -
YUV 148.47 44.22 169.03 -
System Red Green Blue C M Y K H S L
Decimal 206 148 0 0 0.28 1 0.19 43.11 1 0.4
Hex CE 94 0 0 1C 64 13 2B 64 28
Octal 316 224 0 0 34 144 23 53 144 50
Binary 11001110 10010100 0 0 11100 1100100 10011 101011 1100100 101000

Color Harmonies of #CE9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9400

Black with #CE9400

Text Example


Text Example

White with #CE9400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9400; }

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

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

background-color css

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

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

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

border-color css

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

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

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