Html Css Color HEX #E3A100 Gamboge

📋 copy color: '#E3A100'

red 227 ◦ green 161 ◦ blue 0

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

Shades of Gamboge #E3A100

Tints of Gamboge #E3A100

RGB

 RED value IS 227 (89.06% from 255) = 58.51%

 GREEN value IS 161 (63.28% from 255) = 41.49%

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

R = 58.51%
G = 41.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E3A100 (or 0xE3A100) is known color: Gamboge. HEX triplet: E3, A1 and 00. RGB value is (227,161,0). Sum of RGB (Red+Green+Blue) = 227+161+0=388 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.51% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A100 is #1C5EFF. Grayscale: #A3A3A3. Windows color (decimal): -1859328 or 41443. OLE color: 41443.

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

Color convert

RGB 227 161 0 -
CMYK 0 0.29 1 0.11
HSL 42.56º 1% 0.45% -
HSV(B) 42.56º 1% 0.89% -
XYZ 44.42 41.82 5.73 -
YUV 162.38 36.37 174.09 -
System Red Green Blue C M Y K H S L
Decimal 227 161 0 0 0.29 1 0.11 42.56 1 0.45
Hex E3 A1 0 0 1D 64 B 2B 64 2D
Octal 343 241 0 0 35 144 13 53 144 55
Binary 11100011 10100001 0 0 11101 1100100 1011 101011 1100100 101101

Color Harmonies of #E3A100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A100

Black with #E3A100

Text Example


Text Example

White with #E3A100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A100; }

 p { color: rgb(227,161,0); }

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

background-color css

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

 a { background-color: rgb(227,161,0); }

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

border-color css

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

 span { border-color: rgb(227,161,0); }

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