Html Css Color HEX #E1B102 Gamboge

📋 copy color: '#E1B102'

red 225 ◦ green 177 ◦ blue 2

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

Shades of Gamboge #E1B102

Tints of Gamboge #E1B102

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.81%

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

R = 55.69%
G = 43.81%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E1B102 (or 0xE1B102) is known color: Gamboge. HEX triplet: E1, B1 and 02. RGB value is (225,177,2). Sum of RGB (Red+Green+Blue) = 225+177+2=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1B102 is #1E4EFD. Grayscale: #ACACAC. Windows color (decimal): -1986302 or 176609. OLE color: 176609.

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

Color convert

RGB 225 177 2 -
CMYK 0 0.21 0.99 0.12
HSL 47.09º 0.98% 0.45% -
HSV(B) 47.09º 0.99% 0.88% -
XYZ 46.78 47.46 6.75 -
YUV 171.4 32.4 166.23 -
System Red Green Blue C M Y K H S L
Decimal 225 177 2 0 0.21 0.99 0.12 47.09 0.98 0.45
Hex E1 B1 2 0 15 63 C 2F 62 2D
Octal 341 261 2 0 25 143 14 57 142 55
Binary 11100001 10110001 10 0 10101 1100011 1100 101111 1100010 101101

Color Harmonies of #E1B102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B102

Black with #E1B102

Text Example


Text Example

White with #E1B102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B102; }

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

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

background-color css

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

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

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

border-color css

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

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

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