#E0CD30

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

Shades of Wattle #E0CD30

Tints of Wattle #E0CD30

Color information

#E0CD30 (or 0xE0CD30) is unknown color: approx Wattle. HEX triplet: E0, CD and 30. RGB value is (224,205,48). Sum of RGB (Red+Green+Blue) = 224+205+48=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 48 (19.14% from 255 or 10.06% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CD30 is #1F32CF. Grayscale: #C1C1C1. Windows color (decimal): -2044624 or 3198432. OLE color: 3198432.

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

Color convert

RGB22420548-
CMYK00.080.790.12
HSL53.52º73.95%53.33%-
HSV(B)53.52º78.57%87.84%-
XYZ53.1159.7211.53-
YUV192.7846.29150.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.96%
GREEN value IS 205 (80.47% from 255) = 42.98%
BLUE value IS 48 (19.14% from 255) = 10.06%
R=46.96%
G=42.98%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242054800.080.790.1253.5273.9553.33
HexE0CD30084FC364a35
Octal34031560010117146611265
Binary111000001100110111000001000100111111001101101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CD30; }

 p { color: rgb(224,205,48); }

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

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

 a { background-color: rgb(224,205,48); }

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

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

 span { border-color: rgb(224,205,48); }

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