#E1C635

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

Shades of Wattle #E1C635

Tints of Wattle #E1C635

Color information

#E1C635 (or 0xE1C635) is unknown color: approx Wattle. HEX triplet: E1, C6 and 35. RGB value is (225,198,53). Sum of RGB (Red+Green+Blue) = 225+198+53=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 53 (21.09% from 255 or 11.13% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C635 is #1E39CA. Grayscale: #BEBEBE. Windows color (decimal): -1980875 or 3524321. OLE color: 3524321.

HSL color Cylindrical-coordinate representation of color #E1C635: hue angle of 50.58º 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 #E1C635 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB22519853-
CMYK00.120.760.12
HSL50.58º74.14%54.51%-
HSV(B)50.58º76.44%88.24%-
XYZ51.8956.6511.57-
YUV189.5450.95153.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.27%
GREEN value IS 198 (77.73% from 255) = 41.60%
BLUE value IS 53 (21.09% from 255) = 11.13%
R=47.27%
G=41.60%
B=11.13%

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
Decimal2251985300.120.760.1250.5874.1454.51
HexE1C6350C4CC334a37
Octal34130665014114146311267
Binary111000011100011011010101100100110011001100111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C635; }

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

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

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

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

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

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

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

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