Html Css Color HEX #E7B006 Gamboge

📋 copy color: '#E7B006'

red 231 ◦ green 176 ◦ blue 6

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

Shades of Gamboge #E7B006

Tints of Gamboge #E7B006

RGB

 RED value IS 231 (90.63% from 255) = 55.93%

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

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

R = 55.93%
G = 42.62%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E7B006 (or 0xE7B006) is known color: Gamboge. HEX triplet: E7, B0 and 06. RGB value is (231,176,6). Sum of RGB (Red+Green+Blue) = 231+176+6=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 6 (2.73% from 255 or 1.45% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7B006 is #184FF9. Grayscale: #ADADAD. Windows color (decimal): -1593338 or 438503. OLE color: 438503.

HSL color Cylindrical-coordinate representation of color #E7B006: hue angle of 45.33º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7B006 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 176 6 -
CMYK 0 0.24 0.97 0.09
HSL 45.33º 0.95% 0.46% -
HSV(B) 45.33º 0.97% 0.91% -
XYZ 48.51 48.05 6.89 -
YUV 173.07 33.72 169.32 -
System Red Green Blue C M Y K H S L
Decimal 231 176 6 0 0.24 0.97 0.09 45.33 0.95 0.46
Hex E7 B0 6 0 18 61 9 2D 5F 2E
Octal 347 260 6 0 30 141 11 55 137 56
Binary 11100111 10110000 110 0 11000 1100001 1001 101101 1011111 101110

Color Harmonies of #E7B006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B006

Black with #E7B006

Text Example


Text Example

White with #E7B006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B006; }

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

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

background-color css

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

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

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

border-color css

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

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

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