#EB9C0A

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

Shades of Gamboge #EB9C0A

Tints of Gamboge #EB9C0A

Color information

#EB9C0A (or 0xEB9C0A) is unknown color: approx Gamboge. HEX triplet: EB, 9C and 0A. RGB value is (235,156,10). Sum of RGB (Red+Green+Blue) = 235+156+10=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9C0A is #1463F5. Grayscale: #A3A3A3. Windows color (decimal): -1336310 or 695531. OLE color: 695531.

HSL color Cylindrical-coordinate representation of color #EB9C0A: hue angle of 38.93º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB9C0A is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB23515610-
CMYK00.340.960.08
HSL38.93º91.84%48.04%-
HSV(B)38.93º95.74%92.16%-
XYZ46.241.465.85-
YUV162.9841.67179.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.60%
GREEN value IS 156 (61.33% from 255) = 38.90%
BLUE value IS 10 (4.30% from 255) = 2.49%
R=58.60%
G=38.90%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351561000.340.960.0838.9391.8448.04
HexEB9CA022608275c30
Octal35323412042140104713460
Binary111010111001110010100100010110000010001001111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9C0A; }

 p { color: rgb(235,156,10); }

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

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

 a { background-color: rgb(235,156,10); }

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

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

 span { border-color: rgb(235,156,10); }

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