Html Css Color HEX #E9A900 Gamboge

📋 copy color: '#E9A900'

red 233 ◦ green 169 ◦ blue 0

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

Shades of Gamboge #E9A900

Tints of Gamboge #E9A900

RGB

 RED value IS 233 (91.41% from 255) = 57.96%

 GREEN value IS 169 (66.41% from 255) = 42.04%

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

R = 57.96%
G = 42.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E9A900 (or 0xE9A900) is known color: Gamboge. HEX triplet: E9, A9 and 00. RGB value is (233,169,0). Sum of RGB (Red+Green+Blue) = 233+169+0=402 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.96% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A900 is #1656FF. Grayscale: #A9A9A9. Windows color (decimal): -1464064 or 43497. OLE color: 43497.

HSL color Cylindrical-coordinate representation of color #E9A900: hue angle of 43.52º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9A900 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 169 0 -
CMYK 0 0.27 1 0.09
HSL 43.52º 1% 0.46% -
HSV(B) 43.52º 1% 0.91% -
XYZ 47.79 45.7 6.3 -
YUV 168.87 32.7 173.74 -
System Red Green Blue C M Y K H S L
Decimal 233 169 0 0 0.27 1 0.09 43.52 1 0.46
Hex E9 A9 0 0 1B 64 9 2C 64 2E
Octal 351 251 0 0 33 144 11 54 144 56
Binary 11101001 10101001 0 0 11011 1100100 1001 101100 1100100 101110

Color Harmonies of #E9A900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A900

Black with #E9A900

Text Example


Text Example

White with #E9A900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A900; }

 p { color: rgb(233,169,0); }

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

background-color css

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

 a { background-color: rgb(233,169,0); }

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

border-color css

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

 span { border-color: rgb(233,169,0); }

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