#ED9F0B

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

Shades of Gamboge #ED9F0B

Tints of Gamboge #ED9F0B

Color information

#ED9F0B (or 0xED9F0B) is unknown color: approx Gamboge. HEX triplet: ED, 9F and 0B. RGB value is (237,159,11). Sum of RGB (Red+Green+Blue) = 237+159+11=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9F0B is #1260F4. Grayscale: #A6A6A6. Windows color (decimal): -1204469 or 761837. OLE color: 761837.

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

Color convert

RGB23715911-
CMYK00.330.950.07
HSL39.29º91.13%48.63%-
HSV(B)39.29º95.36%92.94%-
XYZ47.3842.826.09-
YUV165.4540.84179.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.23%
GREEN value IS 159 (62.5% from 255) = 39.07%
BLUE value IS 11 (4.69% from 255) = 2.70%
R=58.23%
G=39.07%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371591100.330.950.0739.2991.1348.63
HexED9FB0215F7275b31
Octal3552371304113774713361
Binary11101101100111111011010000110111111111001111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9F0B; }

 p { color: rgb(237,159,11); }

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

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

 a { background-color: rgb(237,159,11); }

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

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

 span { border-color: rgb(237,159,11); }

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