Html Css Color HEX #E1A802 Gamboge

📋 copy color: '#E1A802'

red 225 ◦ green 168 ◦ blue 2

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

Shades of Gamboge #E1A802

Tints of Gamboge #E1A802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

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

R = 56.96%
G = 42.53%
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

#E1A802 (or 0xE1A802) is known color: Gamboge. HEX triplet: E1, A8 and 02. RGB value is (225,168,2). Sum of RGB (Red+Green+Blue) = 225+168+2=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A802 is #1E57FD. Grayscale: #A6A6A6. Windows color (decimal): -1988606 or 174305. OLE color: 174305.

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

Color convert

RGB 225 168 2 -
CMYK 0 0.25 0.99 0.12
HSL 44.66º 0.98% 0.45% -
HSV(B) 44.66º 0.99% 0.88% -
XYZ 45.06 44.02 6.18 -
YUV 166.12 35.38 170 -
System Red Green Blue C M Y K H S L
Decimal 225 168 2 0 0.25 0.99 0.12 44.66 0.98 0.45
Hex E1 A8 2 0 19 63 C 2D 62 2D
Octal 341 250 2 0 31 143 14 55 142 55
Binary 11100001 10101000 10 0 11001 1100011 1100 101101 1100010 101101

Color Harmonies of #E1A802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A802

Black with #E1A802

Text Example


Text Example

White with #E1A802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A802; }

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

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

background-color css

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

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

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

border-color css

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

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

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