#EDA70D

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

Shades of Gamboge #EDA70D

Tints of Gamboge #EDA70D

Color information

#EDA70D (or 0xEDA70D) is unknown color: approx Gamboge. HEX triplet: ED, A7 and 0D. RGB value is (237,167,13). Sum of RGB (Red+Green+Blue) = 237+167+13=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA70D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA70D is #1258F2. Grayscale: #ABABAB. Windows color (decimal): -1202419 or 894957. OLE color: 894957.

HSL color Cylindrical-coordinate representation of color #EDA70D: hue angle of 41.25º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDA70D is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB23716713-
CMYK00.300.950.07
HSL41.25º89.6%49.02%-
HSV(B)41.25º94.51%92.94%-
XYZ48.8245.676.62-
YUV170.3739.19175.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.83%
GREEN value IS 167 (65.62% from 255) = 40.05%
BLUE value IS 13 (5.47% from 255) = 3.12%
R=56.83%
G=40.05%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371671300.300.950.0741.2589.649.02
HexEDA7D01E5F7295a31
Octal3552471503613775113261
Binary1110110110100111110101111010111111111010011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA70D; }

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

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

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

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

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

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

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

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