#EDA61D

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

Shades of Gamboge #EDA61D

Tints of Gamboge #EDA61D

Color information

#EDA61D (or 0xEDA61D) is unknown color: approx Gamboge. HEX triplet: ED, A6 and 1D. RGB value is (237,166,29). Sum of RGB (Red+Green+Blue) = 237+166+29=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA61D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA61D is #1259E2. Grayscale: #ACACAC. Windows color (decimal): -1202659 or 1943277. OLE color: 1943277.

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

Color convert

RGB23716629-
CMYK00.300.880.07
HSL39.52º85.25%52.16%-
HSV(B)39.52º87.76%92.94%-
XYZ48.7845.377.35-
YUV171.6147.52174.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.86%
GREEN value IS 166 (65.23% from 255) = 38.43%
BLUE value IS 29 (11.72% from 255) = 6.71%
R=54.86%
G=38.43%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371662900.300.880.0739.5285.2552.16
HexEDA61D01E587285534
Octal3552463503613075012564
Binary11101101101001101110101111010110001111010001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA61D; }

 p { color: rgb(237,166,29); }

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

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

 a { background-color: rgb(237,166,29); }

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

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

 span { border-color: rgb(237,166,29); }

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