Html Css Color HEX #E1A902 Gamboge

📋 copy color: '#E1A902'

red 225 ◦ green 169 ◦ blue 2

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

Shades of Gamboge #E1A902

Tints of Gamboge #E1A902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 56.82%
G = 42.68%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E1A902 (or 0xE1A902) is known color: Gamboge. HEX triplet: E1, A9 and 02. RGB value is (225,169,2). Sum of RGB (Red+Green+Blue) = 225+169+2=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A902 is #1E56FD. Grayscale: #A7A7A7. Windows color (decimal): -1988350 or 174561. OLE color: 174561.

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

Color convert

RGB 225 169 2 -
CMYK 0 0.25 0.99 0.12
HSL 44.93º 0.98% 0.45% -
HSV(B) 44.93º 0.99% 0.88% -
XYZ 45.25 44.39 6.24 -
YUV 166.71 35.05 169.58 -
System Red Green Blue C M Y K H S L
Decimal 225 169 2 0 0.25 0.99 0.12 44.93 0.98 0.45
Hex E1 A9 2 0 19 63 C 2D 62 2D
Octal 341 251 2 0 31 143 14 55 142 55
Binary 11100001 10101001 10 0 11001 1100011 1100 101101 1100010 101101

Color Harmonies of #E1A902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A902

Black with #E1A902

Text Example


Text Example

White with #E1A902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A902; }

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

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

background-color css

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

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

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

border-color css

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

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

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