Html Css Color HEX #E5A205 Gamboge

📋 copy color: '#E5A205'

red 229 ◦ green 162 ◦ blue 5

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

Shades of Gamboge #E5A205

Tints of Gamboge #E5A205

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.91%

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 57.83%
G = 40.91%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E5A205 (or 0xE5A205) is known color: Gamboge. HEX triplet: E5, A2 and 05. RGB value is (229,162,5). Sum of RGB (Red+Green+Blue) = 229+162+5=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A205 is #1A5DFA. Grayscale: #A4A4A4. Windows color (decimal): -1727995 or 369381. OLE color: 369381.

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

Color convert

RGB 229 162 5 -
CMYK 0 0.29 0.98 0.10
HSL 42.05º 0.96% 0.46% -
HSV(B) 42.05º 0.98% 0.9% -
XYZ 45.26 42.51 5.96 -
YUV 164.14 38.2 174.27 -
System Red Green Blue C M Y K H S L
Decimal 229 162 5 0 0.29 0.98 0.10 42.05 0.96 0.46
Hex E5 A2 5 0 1D 62 A 2A 60 2E
Octal 345 242 5 0 35 142 12 52 140 56
Binary 11100101 10100010 101 0 11101 1100010 1010 101010 1100000 101110

Color Harmonies of #E5A205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A205

Black with #E5A205

Text Example


Text Example

White with #E5A205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A205; }

 p { color: rgb(229,162,5); }

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

background-color css

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

 a { background-color: rgb(229,162,5); }

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

border-color css

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

 span { border-color: rgb(229,162,5); }

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