#EBA315

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

Shades of Gamboge #EBA315

Tints of Gamboge #EBA315

Color information

#EBA315 (or 0xEBA315) is unknown color: approx Gamboge. HEX triplet: EB, A3 and 15. RGB value is (235,163,21). Sum of RGB (Red+Green+Blue) = 235+163+21=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA315 is #145CEA. Grayscale: #A8A8A8. Windows color (decimal): -1334507 or 1418219. OLE color: 1418219.

HSL color Cylindrical-coordinate representation of color #EBA315: hue angle of 39.81º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBA315 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB23516321-
CMYK00.310.910.08
HSL39.81º84.25%50.2%-
HSV(B)39.81º91.06%92.16%-
XYZ47.4943.916.68-
YUV168.3444.85175.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.09%
GREEN value IS 163 (64.06% from 255) = 38.90%
BLUE value IS 21 (8.59% from 255) = 5.01%
R=56.09%
G=38.90%
B=5.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351632100.310.910.0839.8184.2550.2
HexEBA31501F5B8285432
Octal35324325037133105012462
Binary111010111010001110101011111101101110001010001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA315; }

 p { color: rgb(235,163,21); }

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

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

 a { background-color: rgb(235,163,21); }

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

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

 span { border-color: rgb(235,163,21); }

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