#ED9B04

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

Shades of Gamboge #ED9B04

Tints of Gamboge #ED9B04

Color information

#ED9B04 (or 0xED9B04) is unknown color: approx Gamboge. HEX triplet: ED, 9B and 04. RGB value is (237,155,4). Sum of RGB (Red+Green+Blue) = 237+155+4=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9B04 is #1264FB. Grayscale: #A2A2A2. Windows color (decimal): -1205500 or 302061. OLE color: 302061.

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

Color convert

RGB2371554-
CMYK00.350.980.07
HSL38.88º96.68%47.25%-
HSV(B)38.88º98.31%92.94%-
XYZ46.6741.465.66-
YUV162.338.67181.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.85%
GREEN value IS 155 (60.94% from 255) = 39.14%
BLUE value IS 4 (1.95% from 255) = 1.01%
R=59.85%
G=39.14%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237155400.350.980.0738.8896.6847.25
HexED9B402362727612f
Octal355233404314274714157
Binary1110110110011011100010001111000101111001111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9B04; }

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

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

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

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

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

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

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

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