Html Css Color HEX #E7B106 Gamboge

📋 copy color: '#E7B106'

red 231 ◦ green 177 ◦ blue 6

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

Shades of Gamboge #E7B106

Tints of Gamboge #E7B106

RGB

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

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

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

R = 55.8%
G = 42.75%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E7B106 (or 0xE7B106) is known color: Gamboge. HEX triplet: E7, B1 and 06. RGB value is (231,177,6). Sum of RGB (Red+Green+Blue) = 231+177+6=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 6 (2.73% from 255 or 1.45% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B106 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7B106 is #184EF9. Grayscale: #AEAEAE. Windows color (decimal): -1593082 or 438759. OLE color: 438759.

HSL color Cylindrical-coordinate representation of color #E7B106: hue angle of 45.6º 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 #E7B106 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 177 6 -
CMYK 0 0.23 0.97 0.09
HSL 45.6º 0.95% 0.46% -
HSV(B) 45.6º 0.97% 0.91% -
XYZ 48.71 48.45 6.96 -
YUV 173.65 33.39 168.9 -
System Red Green Blue C M Y K H S L
Decimal 231 177 6 0 0.23 0.97 0.09 45.6 0.95 0.46
Hex E7 B1 6 0 17 61 9 2E 5F 2E
Octal 347 261 6 0 27 141 11 56 137 56
Binary 11100111 10110001 110 0 10111 1100001 1001 101110 1011111 101110

Color Harmonies of #E7B106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B106

Black with #E7B106

Text Example


Text Example

White with #E7B106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B106; }

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

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

background-color css

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

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

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

border-color css

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

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

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