#E2CE32

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

Shades of Wattle #E2CE32

Tints of Wattle #E2CE32

Color information

#E2CE32 (or 0xE2CE32) is unknown color: approx Wattle. HEX triplet: E2, CE and 32. RGB value is (226,206,50). Sum of RGB (Red+Green+Blue) = 226+206+50=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CE32 is #1D31CD. Grayscale: #C2C2C2. Windows color (decimal): -1913294 or 3329762. OLE color: 3329762.

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

Color convert

RGB22620650-
CMYK00.090.780.11
HSL53.18º75.21%54.12%-
HSV(B)53.18º77.88%88.63%-
XYZ54.0160.5411.86-
YUV194.246.63150.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.89%
GREEN value IS 206 (80.86% from 255) = 42.74%
BLUE value IS 50 (19.92% from 255) = 10.37%
R=46.89%
G=42.74%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262065000.090.780.1153.1875.2154.12
HexE2CE32094EB354b36
Octal34231662011116136511366
Binary111000101100111011001001001100111010111101011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CE32; }

 p { color: rgb(226,206,50); }

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

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

 a { background-color: rgb(226,206,50); }

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

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

 span { border-color: rgb(226,206,50); }

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