#EDAA10

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

Shades of Gamboge #EDAA10

Tints of Gamboge #EDAA10

Color information

#EDAA10 (or 0xEDAA10) is unknown color: approx Gamboge. HEX triplet: ED, AA and 10. RGB value is (237,170,16). Sum of RGB (Red+Green+Blue) = 237+170+16=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAA10 is #1255EF. Grayscale: #ADADAD. Windows color (decimal): -1201648 or 1092333. OLE color: 1092333.

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

Color convert

RGB23717016-
CMYK00.280.930.07
HSL41.81º87.35%49.61%-
HSV(B)41.81º93.25%92.94%-
XYZ49.3946.796.92-
YUV172.4839.7174.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.03%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 16 (6.64% from 255) = 3.78%
R=56.03%
G=40.19%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371701600.280.930.0741.8187.3549.61
HexEDAA1001C5D72a5732
Octal3552522003413575212762
Binary11101101101010101000001110010111011111010101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA10; }

 p { color: rgb(237,170,16); }

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

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

 a { background-color: rgb(237,170,16); }

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

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

 span { border-color: rgb(237,170,16); }

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