#EB9B08

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

Shades of Gamboge #EB9B08

Tints of Gamboge #EB9B08

Color information

#EB9B08 (or 0xEB9B08) is unknown color: approx Gamboge. HEX triplet: EB, 9B and 08. RGB value is (235,155,8). Sum of RGB (Red+Green+Blue) = 235+155+8=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9B08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9B08 is #1464F7. Grayscale: #A2A2A2. Windows color (decimal): -1336568 or 564203. OLE color: 564203.

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

Color convert

RGB2351558-
CMYK00.340.970.08
HSL38.85º93.42%47.65%-
HSV(B)38.85º96.6%92.16%-
XYZ46.0341.125.74-
YUV162.1641179.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.05%
GREEN value IS 155 (60.94% from 255) = 38.94%
BLUE value IS 8 (3.52% from 255) = 2.01%
R=59.05%
G=38.94%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235155800.340.970.0838.8593.4247.65
HexEB9B8022618275d30
Octal35323310042141104713560
Binary111010111001101110000100010110000110001001111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9B08; }

 p { color: rgb(235,155,8); }

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

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

 a { background-color: rgb(235,155,8); }

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

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

 span { border-color: rgb(235,155,8); }

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