#E6B208

Color #E6B208 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #E6B208

Tints of Gamboge #E6B208

Color information

#E6B208 (or 0xE6B208) is unknown color: approx Gamboge. HEX triplet: E6, B2 and 08. RGB value is (230,178,8). Sum of RGB (Red+Green+Blue) = 230+178+8=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 8 (3.52% from 255 or 1.92% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B208 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6B208 is #194DF7. Grayscale: #AEAEAE. Windows color (decimal): -1658360 or 570086. OLE color: 570086.

HSL color Cylindrical-coordinate representation of color #E6B208: hue angle of 45.95º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6B208 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB2301788-
CMYK00.230.970.10
HSL45.95º93.28%46.67%-
HSV(B)45.95º96.52%90.2%-
XYZ48.648.687.06-
YUV174.1734.23167.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.29%
GREEN value IS 178 (69.92% from 255) = 42.79%
BLUE value IS 8 (3.52% from 255) = 1.92%
R=55.29%
G=42.79%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230178800.230.970.1045.9593.2846.67
HexE6B2801761A2e5d2f
Octal34626210027141125613557
Binary11100110101100101000010111110000110101011101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B208; }

 p { color: rgb(230,178,8); }

 H1.HeaderClassName
 {
   color: #E6B208;
 }
 .AnyTagClassName
 {
   color: #E6B208;
 }
</style>
background-color css

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

 a { background-color: rgb(230,178,8); }

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

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

 span { border-color: rgb(230,178,8); }

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