Html Css Color HEX #E1A901 Gamboge

📋 copy color: '#E1A901'

red 225 ◦ green 169 ◦ blue 1

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

Shades of Gamboge #E1A901

Tints of Gamboge #E1A901

RGB

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

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

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

R = 56.96%
G = 42.78%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E1A901 (or 0xE1A901) is known color: Gamboge. HEX triplet: E1, A9 and 01. RGB value is (225,169,1). Sum of RGB (Red+Green+Blue) = 225+169+1=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A901 is #1E56FE. Grayscale: #A7A7A7. Windows color (decimal): -1988351 or 109025. OLE color: 109025.

HSL color Cylindrical-coordinate representation of color #E1A901: hue angle of 45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1A901 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 169 1 -
CMYK 0 0.25 1.00 0.12
HSL 45º 0.99% 0.44% -
HSV(B) 45º 1% 0.88% -
XYZ 45.24 44.39 6.21 -
YUV 166.59 34.55 169.66 -
System Red Green Blue C M Y K H S L
Decimal 225 169 1 0 0.25 1.00 0.12 45 0.99 0.44
Hex E1 A9 1 0 19 64 C 2D 63 2C
Octal 341 251 1 0 31 144 14 55 143 54
Binary 11100001 10101001 1 0 11001 1100100 1100 101101 1100011 101100

Color Harmonies of #E1A901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A901

Black with #E1A901

Text Example


Text Example

White with #E1A901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A901; }

 p { color: rgb(225,169,1); }

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

background-color css

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

 a { background-color: rgb(225,169,1); }

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

border-color css

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

 span { border-color: rgb(225,169,1); }

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