#ED9A04

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

Shades of Gamboge #ED9A04

Tints of Gamboge #ED9A04

Color information

#ED9A04 (or 0xED9A04) is unknown color: approx Gamboge. HEX triplet: ED, 9A and 04. RGB value is (237,154,4). Sum of RGB (Red+Green+Blue) = 237+154+4=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9A04 is #1265FB. Grayscale: #A2A2A2. Windows color (decimal): -1205756 or 301805. OLE color: 301805.

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

Color convert

RGB2371544-
CMYK00.350.980.07
HSL38.63º96.68%47.25%-
HSV(B)38.63º98.31%92.94%-
XYZ46.541.125.6-
YUV161.7239181.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60%
GREEN value IS 154 (60.55% from 255) = 38.99%
BLUE value IS 4 (1.95% from 255) = 1.01%
R=60%
G=38.99%
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
Decimal237154400.350.980.0738.6396.6847.25
HexED9A402362727612f
Octal355232404314274714157
Binary1110110110011010100010001111000101111001111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9A04; }

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

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

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

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

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

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

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

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