#E1C535

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

Shades of Wattle #E1C535

Tints of Wattle #E1C535

Color information

#E1C535 (or 0xE1C535) is unknown color: approx Wattle. HEX triplet: E1, C5 and 35. RGB value is (225,197,53). Sum of RGB (Red+Green+Blue) = 225+197+53=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 53 (21.09% from 255 or 11.16% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C535 is #1E3ACA. Grayscale: #BDBDBD. Windows color (decimal): -1981131 or 3524065. OLE color: 3524065.

HSL color Cylindrical-coordinate representation of color #E1C535: hue angle of 50.23º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1C535 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB22519753-
CMYK00.120.760.12
HSL50.23º74.14%54.51%-
HSV(B)50.23º76.44%88.24%-
XYZ51.6656.211.49-
YUV188.9651.28153.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.37%
GREEN value IS 197 (77.34% from 255) = 41.47%
BLUE value IS 53 (21.09% from 255) = 11.16%
R=47.37%
G=41.47%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251975300.120.760.1250.2374.1454.51
HexE1C5350C4CC324a37
Octal34130565014114146211267
Binary111000011100010111010101100100110011001100101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C535; }

 p { color: rgb(225,197,53); }

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

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

 a { background-color: rgb(225,197,53); }

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

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

 span { border-color: rgb(225,197,53); }

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