#E0C550

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

Shades of Confetti #E0C550

Tints of Confetti #E0C550

Color information

#E0C550 (or 0xE0C550) is unknown color: approx Confetti. HEX triplet: E0, C5 and 50. RGB value is (224,197,80). Sum of RGB (Red+Green+Blue) = 224+197+80=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C550 is #1F3AAF. Grayscale: #C0C0C0. Windows color (decimal): -2046640 or 5293536. OLE color: 5293536.

HSL color Cylindrical-coordinate representation of color #E0C550: hue angle of 48.75º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0C550 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB22419780-
CMYK00.120.640.12
HSL48.75º69.9%59.61%-
HSV(B)48.75º64.29%87.84%-
XYZ52.1556.3615.72-
YUV191.7464.95151.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.71%
GREEN value IS 197 (77.34% from 255) = 39.32%
BLUE value IS 80 (31.64% from 255) = 15.97%
R=44.71%
G=39.32%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241978000.120.640.1248.7569.959.61
HexE0C5500C40C31463c
Octal340305120014100146110674
Binary1110000011000101101000001100100000011001100011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C550; }

 p { color: rgb(224,197,80); }

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

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

 a { background-color: rgb(224,197,80); }

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

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

 span { border-color: rgb(224,197,80); }

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