#E5CD40

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

Shades of Confetti #E5CD40

Tints of Confetti #E5CD40

Color information

#E5CD40 (or 0xE5CD40) is unknown color: approx Confetti. HEX triplet: E5, CD and 40. RGB value is (229,205,64). Sum of RGB (Red+Green+Blue) = 229+205+64=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CD40 is #1A32BF. Grayscale: #C4C4C4. Windows color (decimal): -1716928 or 4247013. OLE color: 4247013.

HSL color Cylindrical-coordinate representation of color #E5CD40: hue angle of 51.27º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5CD40 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB22920564-
CMYK00.100.720.10
HSL51.27º76.04%57.45%-
HSV(B)51.27º72.05%89.8%-
XYZ55.0760.6913.66-
YUV196.153.45151.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.98%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 64 (25.39% from 255) = 12.85%
R=45.98%
G=41.16%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292056400.100.720.1051.2776.0457.45
HexE5CD400A48A334c39
Octal345315100012110126311471
Binary1110010111001101100000001010100100010101100111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CD40; }

 p { color: rgb(229,205,64); }

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

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

 a { background-color: rgb(229,205,64); }

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

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

 span { border-color: rgb(229,205,64); }

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