#EB9C02

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

Shades of Gamboge #EB9C02

Tints of Gamboge #EB9C02

Color information

#EB9C02 (or 0xEB9C02) is unknown color: approx Gamboge. HEX triplet: EB, 9C and 02. RGB value is (235,156,2). Sum of RGB (Red+Green+Blue) = 235+156+2=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9C02 is #1463FD. Grayscale: #A2A2A2. Windows color (decimal): -1336318 or 171243. OLE color: 171243.

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

Color convert

RGB2351562-
CMYK00.340.990.08
HSL39.66º98.31%46.47%-
HSV(B)39.66º99.15%92.16%-
XYZ46.1641.445.62-
YUV162.0637.67180.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.80%
GREEN value IS 156 (61.33% from 255) = 39.69%
BLUE value IS 2 (1.17% from 255) = 0.51%
R=59.80%
G=39.69%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235156200.340.990.0839.6698.3146.47
HexEB9C202263828622e
Octal3532342042143105014256
Binary1110101110011100100100010110001110001010001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9C02; }

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

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

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

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

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

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

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

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