Html Css Color HEX #E5A906 Gamboge

📋 copy color: '#E5A906'

red 229 ◦ green 169 ◦ blue 6

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

Shades of Gamboge #E5A906

Tints of Gamboge #E5A906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.49%

R = 56.68%
G = 41.83%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E5A906 (or 0xE5A906) is known color: Gamboge. HEX triplet: E5, A9 and 06. RGB value is (229,169,6). Sum of RGB (Red+Green+Blue) = 229+169+6=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 6 (2.73% from 255 or 1.49% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A906 is #1A56F9. Grayscale: #A9A9A9. Windows color (decimal): -1726202 or 436709. OLE color: 436709.

HSL color Cylindrical-coordinate representation of color #E5A906: hue angle of 43.86º degrees, saturation: 0.95, 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 #E5A906 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 169 6 -
CMYK 0 0.26 0.97 0.10
HSL 43.86º 0.95% 0.46% -
HSV(B) 43.86º 0.97% 0.9% -
XYZ 46.53 45.05 6.41 -
YUV 168.36 36.38 171.25 -
System Red Green Blue C M Y K H S L
Decimal 229 169 6 0 0.26 0.97 0.10 43.86 0.95 0.46
Hex E5 A9 6 0 1A 61 A 2C 5F 2E
Octal 345 251 6 0 32 141 12 54 137 56
Binary 11100101 10101001 110 0 11010 1100001 1010 101100 1011111 101110

Color Harmonies of #E5A906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A906

Black with #E5A906

Text Example


Text Example

White with #E5A906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A906; }

 p { color: rgb(229,169,6); }

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

background-color css

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

 a { background-color: rgb(229,169,6); }

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

border-color css

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

 span { border-color: rgb(229,169,6); }

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