Html Css Color HEX #E1B006 Gamboge

📋 copy color: '#E1B006'

red 225 ◦ green 176 ◦ blue 6

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

Shades of Gamboge #E1B006

Tints of Gamboge #E1B006

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.24%

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 55.28%
G = 43.24%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E1B006 (or 0xE1B006) is known color: Gamboge. HEX triplet: E1, B0 and 06. RGB value is (225,176,6). Sum of RGB (Red+Green+Blue) = 225+176+6=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 6 (2.73% from 255 or 1.47% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1B006 is #1E4FF9. Grayscale: #ABABAB. Windows color (decimal): -1986554 or 438497. OLE color: 438497.

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

Color convert

RGB 225 176 6 -
CMYK 0 0.22 0.97 0.12
HSL 46.58º 0.95% 0.45% -
HSV(B) 46.58º 0.97% 0.88% -
XYZ 46.61 47.07 6.8 -
YUV 171.27 34.73 166.32 -
System Red Green Blue C M Y K H S L
Decimal 225 176 6 0 0.22 0.97 0.12 46.58 0.95 0.45
Hex E1 B0 6 0 16 61 C 2F 5F 2D
Octal 341 260 6 0 26 141 14 57 137 55
Binary 11100001 10110000 110 0 10110 1100001 1100 101111 1011111 101101

Color Harmonies of #E1B006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B006

Black with #E1B006

Text Example


Text Example

White with #E1B006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B006; }

 p { color: rgb(225,176,6); }

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

background-color css

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

 a { background-color: rgb(225,176,6); }

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

border-color css

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

 span { border-color: rgb(225,176,6); }

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