Html Css Color HEX #E1A401 Gamboge

📋 copy color: '#E1A401'

red 225 ◦ green 164 ◦ blue 1

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

Shades of Gamboge #E1A401

Tints of Gamboge #E1A401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.05%

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

R = 57.69%
G = 42.05%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E1A401 (or 0xE1A401) is known color: Gamboge. HEX triplet: E1, A4 and 01. RGB value is (225,164,1). Sum of RGB (Red+Green+Blue) = 225+164+1=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A401 is #1E5BFE. Grayscale: #A4A4A4. Windows color (decimal): -1989631 or 107745. OLE color: 107745.

HSL color Cylindrical-coordinate representation of color #E1A401: hue angle of 43.66º 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 #E1A401 is Cyan = 0, Magento = 0.27, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 164 1 -
CMYK 0 0.27 1.00 0.12
HSL 43.66º 0.99% 0.44% -
HSV(B) 43.66º 1% 0.88% -
XYZ 44.33 42.56 5.91 -
YUV 163.66 36.21 171.75 -
System Red Green Blue C M Y K H S L
Decimal 225 164 1 0 0.27 1.00 0.12 43.66 0.99 0.44
Hex E1 A4 1 0 1B 64 C 2C 63 2C
Octal 341 244 1 0 33 144 14 54 143 54
Binary 11100001 10100100 1 0 11011 1100100 1100 101100 1100011 101100

Color Harmonies of #E1A401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A401

Black with #E1A401

Text Example


Text Example

White with #E1A401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A401; }

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

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

background-color css

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

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

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

border-color css

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

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

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