Html Css Color HEX #E1A306 Gamboge

📋 copy color: '#E1A306'

red 225 ◦ green 163 ◦ blue 6

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

Shades of Gamboge #E1A306

Tints of Gamboge #E1A306

RGB

 RED value IS 225 (88.28% from 255) = 57.11%

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

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

R = 57.11%
G = 41.37%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E1A306 (or 0xE1A306) is known color: Gamboge. HEX triplet: E1, A3 and 06. RGB value is (225,163,6). Sum of RGB (Red+Green+Blue) = 225+163+6=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 6 (2.73% from 255 or 1.52% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A306 is #1E5CF9. Grayscale: #A4A4A4. Windows color (decimal): -1989882 or 435169. OLE color: 435169.

HSL color Cylindrical-coordinate representation of color #E1A306: hue angle of 43.01º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1A306 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 163 6 -
CMYK 0 0.28 0.97 0.12
HSL 43.01º 0.95% 0.45% -
HSV(B) 43.01º 0.97% 0.88% -
XYZ 44.18 42.22 5.99 -
YUV 163.64 39.04 171.77 -
System Red Green Blue C M Y K H S L
Decimal 225 163 6 0 0.28 0.97 0.12 43.01 0.95 0.45
Hex E1 A3 6 0 1C 61 C 2B 5F 2D
Octal 341 243 6 0 34 141 14 53 137 55
Binary 11100001 10100011 110 0 11100 1100001 1100 101011 1011111 101101

Color Harmonies of #E1A306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A306

Black with #E1A306

Text Example


Text Example

White with #E1A306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A306; }

 p { color: rgb(225,163,6); }

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

background-color css

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

 a { background-color: rgb(225,163,6); }

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

border-color css

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

 span { border-color: rgb(225,163,6); }

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