#E99D0B

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

Shades of Gamboge #E99D0B

Tints of Gamboge #E99D0B

Color information

#E99D0B (or 0xE99D0B) is unknown color: approx Gamboge. HEX triplet: E9, 9D and 0B. RGB value is (233,157,11). Sum of RGB (Red+Green+Blue) = 233+157+11=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99D0B is #1662F4. Grayscale: #A3A3A3. Windows color (decimal): -1467125 or 761321. OLE color: 761321.

HSL color Cylindrical-coordinate representation of color #E99D0B: hue angle of 39.46º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E99D0B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB23315711-
CMYK00.330.950.09
HSL39.46º90.98%47.84%-
HSV(B)39.46º95.28%91.37%-
XYZ45.7241.465.91-
YUV163.0842.18177.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 58.10%
GREEN value IS 157 (61.72% from 255) = 39.15%
BLUE value IS 11 (4.69% from 255) = 2.74%
R=58.10%
G=39.15%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331571100.330.950.0939.4690.9847.84
HexE99DB0215F9275b30
Octal35123513041137114713360
Binary111010011001110110110100001101111110011001111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99D0B; }

 p { color: rgb(233,157,11); }

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

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

 a { background-color: rgb(233,157,11); }

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

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

 span { border-color: rgb(233,157,11); }

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