#EDA411

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

Shades of Gamboge #EDA411

Tints of Gamboge #EDA411

Color information

#EDA411 (or 0xEDA411) is unknown color: approx Gamboge. HEX triplet: ED, A4 and 11. RGB value is (237,164,17). Sum of RGB (Red+Green+Blue) = 237+164+17=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA411 is #125BEE. Grayscale: #A9A9A9. Windows color (decimal): -1203183 or 1156333. OLE color: 1156333.

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

Color convert

RGB23716417-
CMYK00.310.930.07
HSL40.09º86.61%49.8%-
HSV(B)40.09º92.83%92.94%-
XYZ48.344.66.59-
YUV169.0742.18176.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.70%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 17 (7.03% from 255) = 4.07%
R=56.70%
G=39.23%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371641700.310.930.0740.0986.6149.8
HexEDA41101F5D7285732
Octal3552442103713575012762
Binary11101101101001001000101111110111011111010001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA411; }

 p { color: rgb(237,164,17); }

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

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

 a { background-color: rgb(237,164,17); }

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

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

 span { border-color: rgb(237,164,17); }

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