Html Css Color HEX #E9A101 Gamboge

📋 copy color: '#E9A101'

red 233 ◦ green 161 ◦ blue 1

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

Shades of Gamboge #E9A101

Tints of Gamboge #E9A101

RGB

 RED value IS 233 (91.41% from 255) = 58.99%

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

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

R = 58.99%
G = 40.76%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E9A101 (or 0xE9A101) is known color: Gamboge. HEX triplet: E9, A1 and 01. RGB value is (233,161,1). Sum of RGB (Red+Green+Blue) = 233+161+1=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A101 is #165EFE. Grayscale: #A5A5A5. Windows color (decimal): -1466111 or 106985. OLE color: 106985.

HSL color Cylindrical-coordinate representation of color #E9A101: hue angle of 41.38º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9A101 is Cyan = 0, Magento = 0.31, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 161 1 -
CMYK 0 0.31 1.00 0.09
HSL 41.38º 0.99% 0.46% -
HSV(B) 41.38º 1% 0.91% -
XYZ 46.35 42.82 5.85 -
YUV 164.29 35.85 177.01 -
System Red Green Blue C M Y K H S L
Decimal 233 161 1 0 0.31 1.00 0.09 41.38 0.99 0.46
Hex E9 A1 1 0 1F 64 9 29 63 2E
Octal 351 241 1 0 37 144 11 51 143 56
Binary 11101001 10100001 1 0 11111 1100100 1001 101001 1100011 101110

Color Harmonies of #E9A101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A101

Black with #E9A101

Text Example


Text Example

White with #E9A101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A101; }

 p { color: rgb(233,161,1); }

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

background-color css

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

 a { background-color: rgb(233,161,1); }

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

border-color css

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

 span { border-color: rgb(233,161,1); }

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