Html Css Color HEX #E2A001 Gamboge

📋 copy color: '#E2A001'

red 226 ◦ green 160 ◦ blue 1

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

Shades of Gamboge #E2A001

Tints of Gamboge #E2A001

RGB

 RED value IS 226 (88.67% from 255) = 58.4%

 GREEN value IS 160 (62.89% from 255) = 41.34%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 58.4%
G = 41.34%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E2A001 (or 0xE2A001) is known color: Gamboge. HEX triplet: E2, A0 and 01. RGB value is (226,160,1). Sum of RGB (Red+Green+Blue) = 226+160+1=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A001 is #1D5FFE. Grayscale: #A2A2A2. Windows color (decimal): -1925119 or 106722. OLE color: 106722.

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

Color convert

RGB 226 160 1 -
CMYK 0 0.29 1.00 0.11
HSL 42.4º 0.99% 0.45% -
HSV(B) 42.4º 1% 0.89% -
XYZ 43.94 41.31 5.69 -
YUV 161.61 37.37 173.93 -
System Red Green Blue C M Y K H S L
Decimal 226 160 1 0 0.29 1.00 0.11 42.4 0.99 0.45
Hex E2 A0 1 0 1D 64 B 2A 63 2D
Octal 342 240 1 0 35 144 13 52 143 55
Binary 11100010 10100000 1 0 11101 1100100 1011 101010 1100011 101101

Color Harmonies of #E2A001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A001

Black with #E2A001

Text Example


Text Example

White with #E2A001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A001; }

 p { color: rgb(226,160,1); }

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

background-color css

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

 a { background-color: rgb(226,160,1); }

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

border-color css

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

 span { border-color: rgb(226,160,1); }

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