#E3CA35

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

Shades of Wattle #E3CA35

Tints of Wattle #E3CA35

Color information

#E3CA35 (or 0xE3CA35) is unknown color: approx Wattle. HEX triplet: E3, CA and 35. RGB value is (227,202,53). Sum of RGB (Red+Green+Blue) = 227+202+53=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3CA35 is #1C35CA. Grayscale: #C1C1C1. Windows color (decimal): -1848779 or 3525347. OLE color: 3525347.

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

Color convert

RGB22720253-
CMYK00.110.770.11
HSL51.38º75.65%54.9%-
HSV(B)51.38º76.65%89.02%-
XYZ53.4458.8311.91-
YUV192.4949.28152.62-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.10%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 53 (21.09% from 255) = 11.00%
R=47.10%
G=41.91%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272025300.110.770.1151.3875.6554.9
HexE3CA350B4DB334c37
Octal34331265013115136311467
Binary111000111100101011010101011100110110111100111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CA35; }

 p { color: rgb(227,202,53); }

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

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

 a { background-color: rgb(227,202,53); }

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

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

 span { border-color: rgb(227,202,53); }

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