Html Css Color HEX #E0A901 Gamboge

📋 copy color: '#E0A901'

red 224 ◦ green 169 ◦ blue 1

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

Shades of Gamboge #E0A901

Tints of Gamboge #E0A901

RGB

 RED value IS 224 (87.89% from 255) = 56.85%

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

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

R = 56.85%
G = 42.89%
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

#E0A901 (or 0xE0A901) is known color: Gamboge. HEX triplet: E0, A9 and 01. RGB value is (224,169,1). Sum of RGB (Red+Green+Blue) = 224+169+1=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A901 is #1F56FE. Grayscale: #A7A7A7. Windows color (decimal): -2053887 or 109024. OLE color: 109024.

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

Color convert

RGB 224 169 1 -
CMYK 0 0.25 1.00 0.12
HSL 45.2º 0.99% 0.44% -
HSV(B) 45.2º 1% 0.88% -
XYZ 44.93 44.23 6.2 -
YUV 166.29 34.72 169.16 -
System Red Green Blue C M Y K H S L
Decimal 224 169 1 0 0.25 1.00 0.12 45.2 0.99 0.44
Hex E0 A9 1 0 19 64 C 2D 63 2C
Octal 340 251 1 0 31 144 14 55 143 54
Binary 11100000 10101001 1 0 11001 1100100 1100 101101 1100011 101100

Color Harmonies of #E0A901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A901

Black with #E0A901

Text Example


Text Example

White with #E0A901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A901; }

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

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

background-color css

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

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

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

border-color css

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

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

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