Html Css Color HEX #E8A900 Gamboge

📋 copy color: '#E8A900'

red 232 ◦ green 169 ◦ blue 0

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

Shades of Gamboge #E8A900

Tints of Gamboge #E8A900

RGB

 RED value IS 232 (91.02% from 255) = 57.86%

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

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

R = 57.86%
G = 42.14%
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

#E8A900 (or 0xE8A900) is known color: Gamboge. HEX triplet: E8, A9 and 00. RGB value is (232,169,0). Sum of RGB (Red+Green+Blue) = 232+169+0=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A900 is #1756FF. Grayscale: #A9A9A9. Windows color (decimal): -1529600 or 43496. OLE color: 43496.

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

Color convert

RGB 232 169 0 -
CMYK 0 0.27 1 0.09
HSL 43.71º 1% 0.45% -
HSV(B) 43.71º 1% 0.91% -
XYZ 47.47 45.53 6.29 -
YUV 168.57 32.87 173.24 -
System Red Green Blue C M Y K H S L
Decimal 232 169 0 0 0.27 1 0.09 43.71 1 0.45
Hex E8 A9 0 0 1B 64 9 2C 64 2D
Octal 350 251 0 0 33 144 11 54 144 55
Binary 11101000 10101001 0 0 11011 1100100 1001 101100 1100100 101101

Color Harmonies of #E8A900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A900

Black with #E8A900

Text Example


Text Example

White with #E8A900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A900; }

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

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

background-color css

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

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

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

border-color css

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

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

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