#E5CC3A

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

Shades of Confetti #E5CC3A

Tints of Confetti #E5CC3A

Color information

#E5CC3A (or 0xE5CC3A) is unknown color: approx Confetti. HEX triplet: E5, CC and 3A. RGB value is (229,204,58). Sum of RGB (Red+Green+Blue) = 229+204+58=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 58 (23.05% from 255 or 11.81% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CC3A is #1A33C5. Grayscale: #C3C3C3. Windows color (decimal): -1717190 or 3853541. OLE color: 3853541.

HSL color Cylindrical-coordinate representation of color #E5CC3A: hue angle of 51.23º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5CC3A is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB22920458-
CMYK00.110.750.10
HSL51.23º76.68%56.27%-
HSV(B)51.23º74.67%89.8%-
XYZ54.6760.1512.73-
YUV194.8350.78152.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.64%
GREEN value IS 204 (80.08% from 255) = 41.55%
BLUE value IS 58 (23.05% from 255) = 11.81%
R=46.64%
G=41.55%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292045800.110.750.1051.2376.6856.27
HexE5CC3A0B4BA334d38
Octal34531472013113126311570
Binary111001011100110011101001011100101110101100111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CC3A; }

 p { color: rgb(229,204,58); }

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

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

 a { background-color: rgb(229,204,58); }

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

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

 span { border-color: rgb(229,204,58); }

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