#EDA711

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

Shades of Gamboge #EDA711

Tints of Gamboge #EDA711

Color information

#EDA711 (or 0xEDA711) is unknown color: approx Gamboge. HEX triplet: ED, A7 and 11. RGB value is (237,167,17). Sum of RGB (Red+Green+Blue) = 237+167+17=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA711 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA711 is #1258EE. Grayscale: #ABABAB. Windows color (decimal): -1202415 or 1157101. OLE color: 1157101.

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

Color convert

RGB23716717-
CMYK00.300.930.07
HSL40.91º86.61%49.8%-
HSV(B)40.91º92.83%92.94%-
XYZ48.8445.686.77-
YUV170.8341.19175.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.29%
GREEN value IS 167 (65.62% from 255) = 39.67%
BLUE value IS 17 (7.03% from 255) = 4.04%
R=56.29%
G=39.67%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371671700.300.930.0740.9186.6149.8
HexEDA71101E5D7295732
Octal3552472103613575112762
Binary11101101101001111000101111010111011111010011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA711; }

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

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

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

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

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

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

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

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