Html Css Color HEX #E1A502 Gamboge

📋 copy color: '#E1A502'

red 225 ◦ green 165 ◦ blue 2

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

Shades of Gamboge #E1A502

Tints of Gamboge #E1A502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.09%

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

R = 57.4%
G = 42.09%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E1A502 (or 0xE1A502) is known color: Gamboge. HEX triplet: E1, A5 and 02. RGB value is (225,165,2). Sum of RGB (Red+Green+Blue) = 225+165+2=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A502 is #1E5AFD. Grayscale: #A5A5A5. Windows color (decimal): -1989374 or 173537. OLE color: 173537.

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

Color convert

RGB 225 165 2 -
CMYK 0 0.27 0.99 0.12
HSL 43.86º 0.98% 0.45% -
HSV(B) 43.86º 0.99% 0.88% -
XYZ 44.52 42.92 6 -
YUV 164.36 36.38 171.25 -
System Red Green Blue C M Y K H S L
Decimal 225 165 2 0 0.27 0.99 0.12 43.86 0.98 0.45
Hex E1 A5 2 0 1B 63 C 2C 62 2D
Octal 341 245 2 0 33 143 14 54 142 55
Binary 11100001 10100101 10 0 11011 1100011 1100 101100 1100010 101101

Color Harmonies of #E1A502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A502

Black with #E1A502

Text Example


Text Example

White with #E1A502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A502; }

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

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

background-color css

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

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

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

border-color css

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

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

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