#ED9311

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

Shades of Gamboge #ED9311

Tints of Gamboge #ED9311

Color information

#ED9311 (or 0xED9311) is unknown color: approx Gamboge. HEX triplet: ED, 93 and 11. RGB value is (237,147,17). Sum of RGB (Red+Green+Blue) = 237+147+17=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9311 is #126CEE. Grayscale: #9F9F9F. Windows color (decimal): -1207535 or 1151981. OLE color: 1151981.

HSL color Cylindrical-coordinate representation of color #ED9311: hue angle of 35.45º 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 #ED9311 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB23714717-
CMYK00.380.930.07
HSL35.45º86.61%49.8%-
HSV(B)35.45º92.83%92.94%-
XYZ45.4638.915.65-
YUV159.0947.82183.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.10%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 17 (7.03% from 255) = 4.24%
R=59.10%
G=36.66%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371471700.380.930.0735.4586.6149.8
HexED93110265D7235732
Octal3552232104613574312762
Binary111011011001001110001010011010111011111000111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9311; }

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

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

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

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

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

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

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

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