Html Css Color HEX #E5A308 Gamboge

📋 copy color: '#E5A308'

red 229 ◦ green 163 ◦ blue 8

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

Shades of Gamboge #E5A308

Tints of Gamboge #E5A308

RGB

 RED value IS 229 (89.84% from 255) = 57.25%

 GREEN value IS 163 (64.06% from 255) = 40.75%

 BLUE value IS 8 (3.52% from 255) = 2%

R = 57.25%
G = 40.75%
B = 2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E5A308 (or 0xE5A308) is known color: Gamboge. HEX triplet: E5, A3 and 08. RGB value is (229,163,8). Sum of RGB (Red+Green+Blue) = 229+163+8=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A308 is #1A5CF7. Grayscale: #A5A5A5. Windows color (decimal): -1727736 or 566245. OLE color: 566245.

HSL color Cylindrical-coordinate representation of color #E5A308: hue angle of 42.08º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5A308 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 163 8 -
CMYK 0 0.29 0.97 0.10
HSL 42.08º 0.93% 0.46% -
HSV(B) 42.08º 0.97% 0.9% -
XYZ 45.45 42.87 6.11 -
YUV 165.06 39.37 173.6 -
System Red Green Blue C M Y K H S L
Decimal 229 163 8 0 0.29 0.97 0.10 42.08 0.93 0.46
Hex E5 A3 8 0 1D 61 A 2A 5D 2E
Octal 345 243 10 0 35 141 12 52 135 56
Binary 11100101 10100011 1000 0 11101 1100001 1010 101010 1011101 101110

Color Harmonies of #E5A308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A308

Black with #E5A308

Text Example


Text Example

White with #E5A308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A308; }

 p { color: rgb(229,163,8); }

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

background-color css

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

 a { background-color: rgb(229,163,8); }

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

border-color css

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

 span { border-color: rgb(229,163,8); }

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