#ed9900

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

Shades of Gamboge #ED9900

Tints of Gamboge #ED9900

Color information

#ED9900 (or 0xED9900) is unknown color: approx Gamboge. HEX triplet: ED, 99 and 00. RGB value is (237,153,0). Sum of RGB (Red+Green+Blue) = 237+153+0=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9900 is #1266FF. Grayscale: #A1A1A1. Windows color (decimal): -1206016 or 39405. OLE color: 39405.

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

Color convert

RGB2371530-
CMYK00.3510.07
HSL38.73º100%46.47%-
HSV(B)38.73º100%92.94%-
XYZ46.3240.795.43-
YUV160.6737.33182.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.77%
GREEN value IS 153 (60.16% from 255) = 39.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.77%
G=39.23%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237153000.3510.0738.7310046.47
HexED99002364727642e
Octal355231004314474714456
Binary11101101100110010010001111001001111001111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed9900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed9900; }

 p { color: rgb(237,153,0); }

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

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

 a { background-color: rgb(237,153,0); }

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

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

 span { border-color: rgb(237,153,0); }

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