#ED9800

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

Shades of Gamboge #ED9800

Tints of Gamboge #ED9800

Color information

#ED9800 (or 0xED9800) is unknown color: approx Gamboge. HEX triplet: ED, 98 and 00. RGB value is (237,152,0). Sum of RGB (Red+Green+Blue) = 237+152+0=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9800 is #1267FF. Grayscale: #A0A0A0. Windows color (decimal): -1206272 or 39149. OLE color: 39149.

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

Color convert

RGB2371520-
CMYK00.3610.07
HSL38.48º100%46.47%-
HSV(B)38.48º100%92.94%-
XYZ46.1540.465.38-
YUV160.0937.66182.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.93%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.93%
G=39.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237152000.3610.0738.4810046.47
HexED98002464726642e
Octal355230004414474614456
Binary11101101100110000010010011001001111001101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9800; }

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

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

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

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

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

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

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

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