#E2D039

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

Shades of Wattle #E2D039

Tints of Wattle #E2D039

Color information

#E2D039 (or 0xE2D039) is unknown color: approx Wattle. HEX triplet: E2, D0 and 39. RGB value is (226,208,57). Sum of RGB (Red+Green+Blue) = 226+208+57=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 57 (22.66% from 255 or 11.61% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D039 is #1D2FC6. Grayscale: #C4C4C4. Windows color (decimal): -1912775 or 3789026. OLE color: 3789026.

HSL color Cylindrical-coordinate representation of color #E2D039: hue angle of 53.61º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2D039 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB22620857-
CMYK00.080.750.11
HSL53.61º74.45%55.49%-
HSV(B)53.61º74.78%88.63%-
XYZ54.6661.5812.88-
YUV196.1749.46149.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.03%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 57 (22.66% from 255) = 11.61%
R=46.03%
G=42.36%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262085700.080.750.1153.6174.4555.49
HexE2D039084BB364a37
Octal34232071010113136611267
Binary111000101101000011100101000100101110111101101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D039; }

 p { color: rgb(226,208,57); }

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

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

 a { background-color: rgb(226,208,57); }

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

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

 span { border-color: rgb(226,208,57); }

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