#EBAA04

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

Shades of Gamboge #EBAA04

Tints of Gamboge #EBAA04

Color information

#EBAA04 (or 0xEBAA04) is unknown color: approx Gamboge. HEX triplet: EB, AA and 04. RGB value is (235,170,4). Sum of RGB (Red+Green+Blue) = 235+170+4=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAA04 is #1455FB. Grayscale: #ABABAB. Windows color (decimal): -1332732 or 305899. OLE color: 305899.

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

Color convert

RGB2351704-
CMYK00.280.980.08
HSL43.12º96.65%46.86%-
HSV(B)43.12º98.3%92.16%-
XYZ48.6646.426.51-
YUV170.5134.03174-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.46%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 4 (1.95% from 255) = 0.98%
R=57.46%
G=41.56%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235170400.280.980.0843.1296.6546.86
HexEBAA401C6282b612f
Octal3532524034142105314157
Binary1110101110101010100011100110001010001010111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAA04; }

 p { color: rgb(235,170,4); }

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

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

 a { background-color: rgb(235,170,4); }

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

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

 span { border-color: rgb(235,170,4); }

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