#E5CE3F

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

Shades of Confetti #E5CE3F

Tints of Confetti #E5CE3F

Color information

#E5CE3F (or 0xE5CE3F) is unknown color: approx Confetti. HEX triplet: E5, CE and 3F. RGB value is (229,206,63). Sum of RGB (Red+Green+Blue) = 229+206+63=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 63 (25% from 255 or 12.65% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CE3F is #1A31C0. Grayscale: #C5C5C5. Windows color (decimal): -1716673 or 4181733. OLE color: 4181733.

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

Color convert

RGB22920663-
CMYK00.100.720.10
HSL51.69º76.15%57.25%-
HSV(B)51.69º72.49%89.8%-
XYZ55.2861.1613.59-
YUV196.5852.62151.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.98%
GREEN value IS 206 (80.86% from 255) = 41.37%
BLUE value IS 63 (25% from 255) = 12.65%
R=45.98%
G=41.37%
B=12.65%

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
Decimal2292066300.100.720.1051.6976.1557.25
HexE5CE3F0A48A344c39
Octal34531677012110126411471
Binary111001011100111011111101010100100010101101001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CE3F; }

 p { color: rgb(229,206,63); }

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

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

 a { background-color: rgb(229,206,63); }

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

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

 span { border-color: rgb(229,206,63); }

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