#ed9b11

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

Shades of Gamboge #ED9B11

Tints of Gamboge #ED9B11

Color information

#ED9B11 (or 0xED9B11) is unknown color: approx Gamboge. HEX triplet: ED, 9B and 11. RGB value is (237,155,17). Sum of RGB (Red+Green+Blue) = 237+155+17=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9B11 is #1264EE. Grayscale: #A4A4A4. Windows color (decimal): -1205487 or 1154029. OLE color: 1154029.

HSL color Cylindrical-coordinate representation of color #ED9B11: hue angle of 37.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED9B11 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB23715517-
CMYK00.350.930.07
HSL37.64º86.61%49.8%-
HSV(B)37.64º92.83%92.94%-
XYZ46.7541.496.07-
YUV163.7945.17180.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.95%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 17 (7.03% from 255) = 4.16%
R=57.95%
G=37.90%
B=4.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371551700.350.930.0737.6486.6149.8
HexED9B110235D7265732
Octal3552332104313574612762
Binary111011011001101110001010001110111011111001101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed9b11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed9b11; }

 p { color: rgb(237,155,17); }

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

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

 a { background-color: rgb(237,155,17); }

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

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

 span { border-color: rgb(237,155,17); }

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