#EBAD07

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

Shades of Gamboge #EBAD07

Tints of Gamboge #EBAD07

Color information

#EBAD07 (or 0xEBAD07) is unknown color: approx Gamboge. HEX triplet: EB, AD and 07. RGB value is (235,173,7). Sum of RGB (Red+Green+Blue) = 235+173+7=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 7 (3.12% from 255 or 1.69% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAD07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAD07 is #1452F8. Grayscale: #ADADAD. Windows color (decimal): -1331961 or 503275. OLE color: 503275.

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

Color convert

RGB2351737-
CMYK00.260.970.08
HSL43.68º94.21%47.45%-
HSV(B)43.68º97.02%92.16%-
XYZ49.2447.566.79-
YUV172.6134.54172.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.63%
GREEN value IS 173 (67.97% from 255) = 41.69%
BLUE value IS 7 (3.12% from 255) = 1.69%
R=56.63%
G=41.69%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235173700.260.970.0843.6894.2147.45
HexEBAD701A6182c5e2f
Octal3532557032141105413657
Binary1110101110101101111011010110000110001011001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAD07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAD07; }

 p { color: rgb(235,173,7); }

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

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

 a { background-color: rgb(235,173,7); }

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

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

 span { border-color: rgb(235,173,7); }

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