#EBAB0D

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

Shades of Gamboge #EBAB0D

Tints of Gamboge #EBAB0D

Color information

#EBAB0D (or 0xEBAB0D) is unknown color: approx Gamboge. HEX triplet: EB, AB and 0D. RGB value is (235,171,13). Sum of RGB (Red+Green+Blue) = 235+171+13=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAB0D is #1454F2. Grayscale: #ACACAC. Windows color (decimal): -1332467 or 895979. OLE color: 895979.

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

Color convert

RGB23517113-
CMYK00.270.940.08
HSL42.7º89.52%48.63%-
HSV(B)42.7º94.47%92.16%-
XYZ48.946.826.84-
YUV172.1238.2172.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.09%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 13 (5.47% from 255) = 3.10%
R=56.09%
G=40.81%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351711300.270.940.0842.789.5248.63
HexEBABD01B5E82b5a31
Octal35325315033136105313261
Binary11101011101010111101011011101111010001010111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAB0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAB0D; }

 p { color: rgb(235,171,13); }

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

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

 a { background-color: rgb(235,171,13); }

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

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

 span { border-color: rgb(235,171,13); }

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