#EBA911

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

Shades of Gamboge #EBA911

Tints of Gamboge #EBA911

Color information

#EBA911 (or 0xEBA911) is unknown color: approx Gamboge. HEX triplet: EB, A9 and 11. RGB value is (235,169,17). Sum of RGB (Red+Green+Blue) = 235+169+17=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA911 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA911 is #1456EE. Grayscale: #ACACAC. Windows color (decimal): -1332975 or 1157611. OLE color: 1157611.

HSL color Cylindrical-coordinate representation of color #EBA911: hue angle of 41.83º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EBA911 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB23516917-
CMYK00.280.930.08
HSL41.83º86.51%49.41%-
HSV(B)41.83º92.77%92.16%-
XYZ48.5546.086.87-
YUV171.4140.87173.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.82%
GREEN value IS 169 (66.41% from 255) = 40.14%
BLUE value IS 17 (7.03% from 255) = 4.04%
R=55.82%
G=40.14%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351691700.280.930.0841.8386.5149.41
HexEBA91101C5D82a5731
Octal35325121034135105212761
Binary111010111010100110001011100101110110001010101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA911; }

 p { color: rgb(235,169,17); }

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

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

 a { background-color: rgb(235,169,17); }

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

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

 span { border-color: rgb(235,169,17); }

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